* include/winbase.h: Add comment about 'missing' SEM flag.
This commit is contained in:
parent
e635b30956
commit
1202770601
|
@ -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>
|
2006-08-30 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* configure.in: Substitute with_cross_host in depending files.
|
* configure.in: Substitute with_cross_host in depending files.
|
||||||
|
|
|
@ -437,6 +437,7 @@ extern "C" {
|
||||||
#define EV_RXFLAG 2
|
#define EV_RXFLAG 2
|
||||||
#define EV_TXEMPTY 4
|
#define EV_TXEMPTY 4
|
||||||
/* also in ddk/ntapi.h */
|
/* also in ddk/ntapi.h */
|
||||||
|
/* To restore default error mode, call SetErrorMode (0). */
|
||||||
#define SEM_FAILCRITICALERRORS 0x0001
|
#define SEM_FAILCRITICALERRORS 0x0001
|
||||||
#define SEM_NOGPFAULTERRORBOX 0x0002
|
#define SEM_NOGPFAULTERRORBOX 0x0002
|
||||||
#define SEM_NOALIGNMENTFAULTEXCEPT 0x0004
|
#define SEM_NOALIGNMENTFAULTEXCEPT 0x0004
|
||||||
|
|
Loading…
Reference in New Issue