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:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user