4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-06 14:30:38 +08:00

* include/winbase.h: Add comment about 'missing' SEM flag.

This commit is contained in:
Danny Smith 2006-09-01 01:28:30 +00:00
parent e635b30956
commit 1202770601
2 changed files with 64 additions and 59 deletions

View File

@ -1,3 +1,7 @@
2006-09-01 Danny Smith <dannysmith@users.sourceforge.net>
* include/winbase.h: Add comment about 'missing' SEM flag.
2006-08-30 Corinna Vinschen <corinna@vinschen.de>
* configure.in: Substitute with_cross_host in depending files.

View File

@ -437,6 +437,7 @@ extern "C" {
#define EV_RXFLAG 2
#define EV_TXEMPTY 4
/* also in ddk/ntapi.h */
/* To restore default error mode, call SetErrorMode (0). */
#define SEM_FAILCRITICALERRORS 0x0001
#define SEM_NOGPFAULTERRORBOX 0x0002
#define SEM_NOALIGNMENTFAULTEXCEPT 0x0004