Fixed typo.

This commit is contained in:
Бранимир Караџић 2020-02-10 08:59:34 -08:00
parent cacf62190b
commit c735560b93
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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