Browse Source

Fixed typo.

Бранимир Караџић 5 years ago
parent
commit
c735560b93
2 changed files with 2 additions and 2 deletions
  1. 1 1
      include/bgfx/c99/bgfx.h
  2. 1 1
      scripts/temp.bgfx.h

+ 1 - 1
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

+ 1 - 1
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