[PATCH] comdlg32: Remove an unused 16bit macro

Detlef Riekenberg wine.dev at web.de
Sun Apr 1 16:16:12 CDT 2012


---
 dlls/comdlg32/cdlg.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/comdlg32/cdlg.h b/dlls/comdlg32/cdlg.h
index 91491d3..1a47524 100644
--- a/dlls/comdlg32/cdlg.h
+++ b/dlls/comdlg32/cdlg.h
@@ -31,9 +31,6 @@ extern HINSTANCE	COMDLG32_hInstance DECLSPEC_HIDDEN;
 void	COMDLG32_SetCommDlgExtendedError(DWORD err) DECLSPEC_HIDDEN;
 LPVOID	COMDLG32_AllocMem(int size) __WINE_ALLOC_SIZE(1) DECLSPEC_HIDDEN;
 
-/* handle<-handle16 conversion */
-#define HINSTANCE_32(h16)           ((HINSTANCE)(ULONG_PTR)(h16))
-
 /* Find/Replace local definitions */
 
 #define FR_WINE_UNICODE		0x80000000
-- 
1.7.5.4




More information about the wine-patches mailing list