mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-22 05:09:13 +00:00
Fix all the packed structures.
Now we actually build a significant amount of stuff on Linux.
This commit is contained in:
@ -95,7 +95,7 @@ static bool MailNotifyProc (
|
||||
void ** userState
|
||||
);
|
||||
|
||||
static void __cdecl Send (
|
||||
static void CDECL Send (
|
||||
AsyncSocket sock,
|
||||
const char str[],
|
||||
...
|
||||
@ -431,7 +431,7 @@ static bool MailNotifyProc (
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
static void __cdecl Send (
|
||||
static void CDECL Send (
|
||||
AsyncSocket sock,
|
||||
const char str[],
|
||||
...
|
||||
|
Reference in New Issue
Block a user