mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 17:32:32 +00:00
[CRT]
Check for _WIN32 instead of _WINDOWS_ svn path=/trunk/; revision=51862
This commit is contained in:
parent
49988a5137
commit
a89876bc9f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ extern "C" {
|
|||
int (__cdecl *__cdecl _getdllprocaddr(intptr_t _Handle,char *_ProcedureName,intptr_t _Ordinal))(void);
|
||||
|
||||
#ifdef _DECL_DLLMAIN
|
||||
#ifdef _WINDOWS_
|
||||
#ifdef _WIN32
|
||||
WINBOOL WINAPI DllMain(HANDLE _HDllHandle,DWORD _Reason,LPVOID _Reserved);
|
||||
WINBOOL WINAPI _CRT_INIT(HANDLE _HDllHandle,DWORD _Reason,LPVOID _Reserved);
|
||||
WINBOOL WINAPI _wCRT_INIT(HANDLE _HDllHandle,DWORD _Reason,LPVOID _Reserved);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue