2002-12-30 Hartmut Honisch <hhonisch@users.sourceforge.net>

* include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.

	* lib/ntdll.def (NtConnectPort, NtOpenEvent,
	NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
	ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
	Add stubs.
This commit is contained in:
Danny Smith
2002-12-30 08:48:23 +00:00
parent c8eb82fe9f
commit 31fa4af548
3 changed files with 18 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ extern "C" {
#define OF_REOPEN 32768
#define OF_VERIFY 1024
#define NMPWAIT_NOWAIT 1
#define NMPWAIT_WAIT_FOREVER (-1)
#define NMPWAIT_WAIT_FOREVER ((DWORD)-1)
#define NMPWAIT_USE_DEFAULT_WAIT 0
#define CE_BREAK 16
#define CE_DNS 2048