Add ChangeLog: * include/winbase.h (GetProcessId): Declare.

Revert erroneous include/winsock.h checkin.
This commit is contained in:
Christopher Faylor
2005-10-11 18:43:54 +00:00
parent daed3bec54
commit 677f3499b3
3 changed files with 7 additions and 1 deletions

View File

@ -1350,7 +1350,9 @@ WINBASEAPI HANDLE WINAPI GetCurrentProcess(void);
WINBASEAPI DWORD WINAPI GetCurrentProcessId(void);
WINBASEAPI HANDLE WINAPI GetCurrentThread(void);
WINBASEAPI DWORD WINAPI GetCurrentThreadId(void);
#if (_WIN32_WINNT >= 0x0501)
WINBASEAPI DWORD WINAPI GetProcessId(HANDLE);
#endif
#define GetCurrentTime GetTickCount
WINBASEAPI BOOL WINAPI GetDefaultCommConfigA(LPCSTR,LPCOMMCONFIG,PDWORD);
WINBASEAPI BOOL WINAPI GetDefaultCommConfigW(LPCWSTR,LPCOMMCONFIG,PDWORD);