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

This commit is contained in:
Michael Stefaniuc 2014-10-30 23:39:44 +01:00 committed by Alexandre Julliard
parent 7f57d8f19a
commit 50a877d69f
1 changed files with 1 additions and 1 deletions

View File

@ -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;