diff --git a/include/bgfx/c99/bgfx.h b/include/bgfx/c99/bgfx.h index 2cf60f6f6..815a105ad 100644 --- a/include/bgfx/c99/bgfx.h +++ b/include/bgfx/c99/bgfx.h @@ -34,7 +34,7 @@ # define BGFX_SHARED_LIB_USE 0 #endif // BGFX_SHARED_LIB_USE -#if BX_PLATFORM_WINDOWS || BX_PLATFROM_WINRT +#if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT # define BGFX_SYMBOL_EXPORT __declspec(dllexport) # define BGFX_SYMBOL_IMPORT __declspec(dllimport) #else diff --git a/scripts/temp.bgfx.h b/scripts/temp.bgfx.h index bfc8fcf3c..a07681723 100644 --- a/scripts/temp.bgfx.h +++ b/scripts/temp.bgfx.h @@ -34,7 +34,7 @@ # define BGFX_SHARED_LIB_USE 0 #endif // BGFX_SHARED_LIB_USE -#if BX_PLATFORM_WINDOWS || BX_PLATFROM_WINRT +#if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT # define BGFX_SYMBOL_EXPORT __declspec(dllexport) # define BGFX_SYMBOL_IMPORT __declspec(dllimport) #else