mirror of
https://github.com/reactos/reactos.git
synced 2025-05-09 03:37:08 +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 <debug.h>
|
||||||
#include <windns.h> // DNS_A_DATA
|
#include <windns.h> // DNS_A_DATA
|
||||||
|
|
||||||
#define EXPORT STDCALL
|
#define EXPORT WINAPI
|
||||||
|
|
||||||
extern HINSTANCE g_hInstDll;
|
extern HINSTANCE g_hInstDll;
|
||||||
extern HANDLE GlobalHeap;
|
extern HANDLE GlobalHeap;
|
||||||
|
|
|
@ -825,7 +825,7 @@ void free_winsock_thread_block(PWINSOCK_THREAD_BLOCK p)
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
STDCALL
|
WINAPI
|
||||||
DllMain(HANDLE hInstDll,
|
DllMain(HANDLE hInstDll,
|
||||||
ULONG dwReason,
|
ULONG dwReason,
|
||||||
LPVOID lpReserved)
|
LPVOID lpReserved)
|
||||||
|
|
Loading…
Reference in a new issue