From 6aadd966c013e09525aec13b61f73f4116694534 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 23 Apr 2000 19:59:42 +0000 Subject: [PATCH] DECLARE_HANDLE should not be undef'ed after use. --- include/windef.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/windef.h b/include/windef.h index fecdc71eb55..db2f0af2d3e 100644 --- a/include/windef.h +++ b/include/windef.h @@ -295,7 +295,6 @@ DECLARE_HANDLE(HWND); DECLARE_HANDLE(HKL); DECLARE_HANDLE(HIC); DECLARE_HANDLE(HRASCONN); -#undef DECLARE_HANDLE /* Handle types that must remain interchangeable even with strict on */