Fixed typo.
This commit is contained in:
parent
cacf62190b
commit
c735560b93
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user