Define SNDMSG.

This commit is contained in:
György 'Nog' Jeney 2002-09-30 18:51:33 +00:00 committed by Alexandre Julliard
parent d9db25583c
commit ba06042e79

View file

@ -28,6 +28,14 @@ extern "C" {
#include "prsht.h" #include "prsht.h"
#include "pshpack1.h" #include "pshpack1.h"
#ifndef SNDMSG
#ifdef __cplusplus
#define SNDMSG ::SendMessage
#else /* __cplusplus */
#define SNDMSG SendMessage
#endif /* __cplusplus */
#endif /* SNDMSG */
#define OFN_READONLY 0x00000001 #define OFN_READONLY 0x00000001
#define OFN_OVERWRITEPROMPT 0x00000002 #define OFN_OVERWRITEPROMPT 0x00000002
#define OFN_HIDEREADONLY 0x00000004 #define OFN_HIDEREADONLY 0x00000004