Detlef Riekenberg : comdlg32: Remove an unused 16-bit macro.

Alexandre Julliard julliard at winehq.org
Mon Apr 2 13:14:50 CDT 2012


Module: wine
Branch: master
Commit: f726e0c00fa9b2e0adf36d9d3c094d2b1f4a20f4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f726e0c00fa9b2e0adf36d9d3c094d2b1f4a20f4

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Sun Apr  1 23:16:12 2012 +0200

comdlg32: Remove an unused 16-bit macro.

---

 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




More information about the wine-cvs mailing list