mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
- Remove straggler STDCALL
svn path=/trunk/; revision=37768
This commit is contained in:
parent
41f45acf3f
commit
8ddb21a39c
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
#include <debug.h>
|
||||
#include <windns.h> // DNS_A_DATA
|
||||
|
||||
#define EXPORT STDCALL
|
||||
#define EXPORT WINAPI
|
||||
|
||||
extern HINSTANCE g_hInstDll;
|
||||
extern HANDLE GlobalHeap;
|
||||
|
|
|
@ -825,7 +825,7 @@ void free_winsock_thread_block(PWINSOCK_THREAD_BLOCK p)
|
|||
}
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
WINAPI
|
||||
DllMain(HANDLE hInstDll,
|
||||
ULONG dwReason,
|
||||
LPVOID lpReserved)
|
||||
|
|
Loading…
Reference in a new issue