Skip to content
Snippets Groups Projects
Commit 0f3a11a7 authored by deuce's avatar deuce
Browse files

Apparently SDL uses __cdecl, not __stdcall.

parent ea825a6e
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
#include "SDL_syswm.h"
#ifdef _WIN32
#define HACK_HACK_HACK __stdcall
#define HACK_HACK_HACK __cdecl
#else
#define HACK_HACK_HACK
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment