Cleanup default calling conventions
This commit is contained in:
parent
1b66199f02
commit
4e01e03711
142 changed files with 3861 additions and 3861 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "../types.h"
|
||||
|
||||
BOOL __cdecl SystemSupported()
|
||||
BOOL SystemSupported()
|
||||
{
|
||||
OSVERSIONINFO VersionInformation;
|
||||
BOOL ret = FALSE;
|
||||
|
|
@ -17,7 +17,7 @@ BOOL __cdecl SystemSupported()
|
|||
return ret;
|
||||
}
|
||||
|
||||
BOOL __cdecl RestrictedTest()
|
||||
BOOL RestrictedTest()
|
||||
{
|
||||
FILE *f;
|
||||
char Buffer[MAX_PATH];
|
||||
|
|
@ -36,7 +36,7 @@ BOOL __cdecl RestrictedTest()
|
|||
return ret;
|
||||
}
|
||||
|
||||
BOOL __cdecl ReadOnlyTest()
|
||||
BOOL ReadOnlyTest()
|
||||
{
|
||||
char *c;
|
||||
FILE *f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue