|
@@ -2003,14 +2003,6 @@ inline void sapp_run(const sapp_desc& desc) { return sapp_run(&desc); }
|
|
|
|
|
|
#endif
|
|
|
|
|
|
-// this WinRT specific hack is required when wWinMain is in a static library
|
|
|
-#if defined(_MSC_VER) && defined(UNICODE)
|
|
|
-#include <winapifamily.h>
|
|
|
-#if defined(WINAPI_FAMILY_PARTITION) && !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
|
|
-#pragma comment(linker, "/include:wWinMain")
|
|
|
-#endif
|
|
|
-#endif
|
|
|
-
|
|
|
#endif // SOKOL_APP_INCLUDED
|
|
|
|
|
|
// ██ ███ ███ ██████ ██ ███████ ███ ███ ███████ ███ ██ ████████ █████ ████████ ██ ██████ ███ ██
|