Skip to content

Commit

Permalink
Remove UWP stuff that is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Querijn committed Dec 11, 2024
1 parent b4d9ea3 commit ec40444
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sokol_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

// ██ ███ ███ ██████ ██ ███████ ███ ███ ███████ ███ ██ ████████ █████ ████████ ██ ██████ ███ ██
Expand Down

0 comments on commit ec40444

Please sign in to comment.