comdlg32: Use the proper macro to create an int atom (PVS-Studio)

Michael Stefaniuc mstefani at redhat.de
Thu Oct 30 17:39:44 CDT 2014


---
 dlls/comdlg32/cdlg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comdlg32/cdlg.h b/dlls/comdlg32/cdlg.h
index c437183..886804c 100644
--- a/dlls/comdlg32/cdlg.h
+++ b/dlls/comdlg32/cdlg.h
@@ -24,7 +24,7 @@
 #include "dlgs.h"
 
 /* Common dialogs implementation globals */
-#define COMDLG32_Atom	((ATOM)0xa000)	/* MS uses this one to identify props */
+#define COMDLG32_Atom   MAKEINTATOM(0xa000)     /* MS uses this one to identify props */
 
 extern HINSTANCE	COMDLG32_hInstance DECLSPEC_HIDDEN;
 
-- 
1.8.3.1



More information about the wine-patches mailing list