From c735560b93e64911314f489835302c1f16b1f067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Mon, 10 Feb 2020 08:59:34 -0800 Subject: [PATCH] Fixed typo. --- include/bgfx/c99/bgfx.h | 2 +- scripts/temp.bgfx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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