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