From a1a1b83adfea375e1ff2e0c4be329f8e14a7340a Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Sun, 8 Apr 2001 16:53:56 +0000 Subject: =?UTF-8?q?=09*=20include/shellapi.h:=20(CommandLineToArgvW):=20Ad?= =?UTF-8?q?d=20WINAPI=20declaration.=20=09*=20include/winbase.h:=20(GetFil?= =?UTF-8?q?eAttributesExW):=20Fix=20typo.=20=09*=20include/wingdi.h:=20(St?= =?UTF-8?q?artDocA):=20Change=20LPDOCINFOA=20to=20DOCINFOA*.=20=09(StartDo?= =?UTF-8?q?cB):=20Chage=20LNPDOCINFOB=20to=20DOCINFOB*.=20=09Thanks=20To:?= =?UTF-8?q?=20Kent=20Tamura=20=20=20=09*=20in?= =?UTF-8?q?clude/winnt.h:=20(GetFiberData):=20Add=20=5F=5Finline=20assembl?= =?UTF-8?q?er=20coding.=20=09(GetCurrentFiber):=20Ditto.=20=09Thanks=20to:?= =?UTF-8?q?=20Andy=20Younger=20=20=20=09*=20include/wi?= =?UTF-8?q?ndef.h:=20(HMONITOR=5FDECLARED):=20New=20definition=20to=20stop?= =?UTF-8?q?=20=09DirectX=208=20from=20complaining.=20=09Thanks=20to:=20Sig?= =?UTF-8?q?bj=EF=BF=BDrn=20Lund=20Olsen=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20*=20include/commctrl.h=20Updated=20TreeView?= =?UTF-8?q?=20and=20ListView=20defines=20and=20macros.=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20*=20include/winuser.h=20(MB=5FSERVICE=5FNOTIFICATION):?= =?UTF-8?q?=20Correct=20value=20for=20NT4=20=09and=20above.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- winsup/w32api/include/windef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/w32api/include/windef.h') diff --git a/winsup/w32api/include/windef.h b/winsup/w32api/include/windef.h index 7a80a5a99..812d80c28 100644 --- a/winsup/w32api/include/windef.h +++ b/winsup/w32api/include/windef.h @@ -173,6 +173,7 @@ DECLARE_HANDLE(HKEY); /* FIXME: How to handle these. SM_CMONITORS etc in winuser.h also. */ /* #if (WINVER >= 0x0500) */ DECLARE_HANDLE(HMONITOR); +#define HMONITOR_DECLARED 1 DECLARE_HANDLE(HTERMINAL); DECLARE_HANDLE(HWINEVENTHOOK); /* #endif */ -- cgit v1.2.3