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>
|
2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
|
* include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
|
||||||
|
|
|
@ -6,17 +6,17 @@
|
||||||
|
|
||||||
#ifndef SNDMSG
|
#ifndef SNDMSG
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#define SNDMSG ::SNDMSG
|
#define SNDMSG ::SendMessage
|
||||||
#else
|
#else
|
||||||
#define SNDMSG SNDMSG
|
#define SNDMSG SendMessage
|
||||||
#endif
|
#endif
|
||||||
#endif /* ifndef SNDMSG */
|
#endif /* ifndef SNDMSG */
|
||||||
|
|
||||||
#ifndef POSTMSG
|
#ifndef POSTMSG
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#define POSTMSG ::POSTMSG
|
#define POSTMSG ::PostMessage
|
||||||
#else
|
#else
|
||||||
#define POSTMSG POSTMSG
|
#define POSTMSG PostMessage
|
||||||
#endif
|
#endif
|
||||||
#endif /* ifndef POSTMSG */
|
#endif /* ifndef POSTMSG */
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
#ifndef SNDMSG
|
#ifndef SNDMSG
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#define SNDMSG ::SNDMSG
|
#define SNDMSG ::SendMessage
|
||||||
#else
|
#else
|
||||||
#define SNDMSG SNDMSG
|
#define SNDMSG SendMessage
|
||||||
#endif
|
#endif
|
||||||
#endif /* ifndef SNDMSG */
|
#endif /* ifndef SNDMSG */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue