2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/prsht.h (SNDMDG, POSTMSG): Fix typo. * include/windowsx.h (SNDMSG): Ditto.
This commit is contained in:
parent
5ec52f06c2
commit
58ae62fd94
|
@ -1,3 +1,8 @@
|
|||
2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/prsht.h (SNDMDG, POSTMSG): Fix typo.
|
||||
* include/windowsx.h (SNDMSG): Ditto.
|
||||
|
||||
2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
|
||||
|
|
|
@ -6,17 +6,17 @@
|
|||
|
||||
#ifndef SNDMSG
|
||||
#ifdef __cplusplus
|
||||
#define SNDMSG ::SNDMSG
|
||||
#define SNDMSG ::SendMessage
|
||||
#else
|
||||
#define SNDMSG SNDMSG
|
||||
#define SNDMSG SendMessage
|
||||
#endif
|
||||
#endif /* ifndef SNDMSG */
|
||||
|
||||
#ifndef POSTMSG
|
||||
#ifdef __cplusplus
|
||||
#define POSTMSG ::POSTMSG
|
||||
#define POSTMSG ::PostMessage
|
||||
#else
|
||||
#define POSTMSG POSTMSG
|
||||
#define POSTMSG PostMessage
|
||||
#endif
|
||||
#endif /* ifndef POSTMSG */
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
#ifndef SNDMSG
|
||||
#ifdef __cplusplus
|
||||
#define SNDMSG ::SNDMSG
|
||||
#define SNDMSG ::SendMessage
|
||||
#else
|
||||
#define SNDMSG SNDMSG
|
||||
#define SNDMSG SendMessage
|
||||
#endif
|
||||
#endif /* ifndef SNDMSG */
|
||||
|
||||
|
|
Loading…
Reference in New Issue