Merge changes from MinGW

This commit is contained in:
Earnie Boyd 2002-07-09 13:24:02 +00:00
parent 7ae55ccbdc
commit 90310ffd09
4 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2002-07-05 Luke Dunstan <infidel@users.sourceforge.net>
* include/winbase.h (OpenThread): Add prototype.
* lib/kernel32.def (OpenThread): Add symbol.
2002-07-04 Luke Dunstan <infidel@users.sourceforge.net>
* include/wtypes.h (HMETAFILEPICT): Add typedef.
2002-07-04 Danny Smith <dannysmith@users.sourceforge.net>
* include/rpc.h: Conditionally include <windows.h> before

View File

@ -1412,6 +1412,9 @@ HANDLE WINAPI OpenProcess(DWORD,BOOL,DWORD);
BOOL WINAPI OpenProcessToken(HANDLE,DWORD,PHANDLE);
HANDLE WINAPI OpenSemaphoreA(DWORD,BOOL,LPCSTR);
HANDLE WINAPI OpenSemaphoreW(DWORD,BOOL,LPCWSTR);
#if (_WIN32_WINNT >= 0x0500) || (_WIN32_WINDOWS >= 0x0490)
HANDLE WINAPI OpenThread(DWORD,BOOL,DWORD);
#endif
BOOL WINAPI OpenThreadToken(HANDLE,DWORD,BOOL,PHANDLE);
HANDLE WINAPI OpenWaitableTimerA(DWORD,BOOL,LPCSTR);
HANDLE WINAPI OpenWaitableTimerW(DWORD,BOOL,LPCWSTR);

View File

@ -166,6 +166,7 @@ typedef struct tagDEC {
ULONGLONG Lo64;
} DUMMYUNIONNAME2;
} DECIMAL;
typedef void *HMETAFILEPICT;
#ifdef __cplusplus
}
#endif

View File

@ -502,6 +502,7 @@ OpenProcess@12
OpenProfileUserMapping@0
OpenSemaphoreA@12
OpenSemaphoreW@12
OpenThread@12
OpenWaitableTimerA@12
OpenWaitableTimerW@12
OutputDebugStringA@4