2003-02-23 Danny Smith <dannysmith@users.sourceforge.net>
* include/winbase.h (EVENTLOG_SUCCESS): Add define. Thanks to: Thomas Weber <thomasweber@sourceforge.net>
This commit is contained in:
parent
b59e1aaceb
commit
cc379158bb
|
@ -1,3 +1,8 @@
|
|||
2003-02-23 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (EVENTLOG_SUCCESS): Add define.
|
||||
Thanks to: Thomas Weber <thomasweber@sourceforge.net>
|
||||
|
||||
2003-02-22 Roland Schwingel <roland.schwingel@onevision.de>
|
||||
|
||||
* include/wingdi.h (AddFontMemResourceEx[AW]): Add.
|
||||
|
|
|
@ -371,6 +371,7 @@ extern "C" {
|
|||
#define PURGE_RXABORT 2
|
||||
#define PURGE_TXCLEAR 4
|
||||
#define PURGE_RXCLEAR 8
|
||||
#define EVENTLOG_SUCCESS 0
|
||||
#define EVENTLOG_FORWARDS_READ 4
|
||||
#define EVENTLOG_BACKWARDS_READ 8
|
||||
#define EVENTLOG_SEEK_READ 2
|
||||
|
|
Loading…
Reference in New Issue