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

@ -1,3 +1,7 @@
2005-10-11 Christopher Faylor <cgf@timesys.com>
* include/winbase.h (GetProcessId): Declare.
2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* lib/ddk/newdev.def: Added.

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);

View file

@ -351,8 +351,8 @@ struct sockproto {
#define PF_INET6 AF_INET6
#define PF_MAX AF_MAX
#define SOL_SOCKET 0xffff
#if !(defined (__INSIDE_CYGWIN__) || defined (__INSIDE_MSYS__))
#define SOMAXCONN 5
#if !(defined (__INSIDE_CYGWIN__) || defined (__INSIDE_MSYS__))
#define MSG_OOB 1
#define MSG_PEEK 2
#define MSG_DONTROUTE 4