mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 21:33:12 +00:00
Fix compilation with g++
This commit is contained in:
parent
6290f18742
commit
619903a2b3
@ -42,6 +42,10 @@ struct CallbackMsg_t {
|
||||
int cubParam;
|
||||
};
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define __cdecl
|
||||
#endif
|
||||
|
||||
// Steam main API
|
||||
typedef bool (__cdecl *SteamAPI_Init_Func)();
|
||||
typedef void (__cdecl *SteamAPI_Shutdown_Func)();
|
||||
|
Loading…
x
Reference in New Issue
Block a user