OSDN Git Service

* include/fcntl.h (O_RAW): Add definition within ndef NO_MOLDAMES path.
authorEarnie Boyd <earnie@users.sourceforge.net>
Thu, 21 Feb 2013 21:27:11 +0000 (16:27 -0500)
committerEarnie Boyd <earnie@users.sourceforge.net>
Thu, 21 Feb 2013 21:27:11 +0000 (16:27 -0500)
ChangeLog
include/fcntl.h

index 3aed5dc..b4a0807 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
        * include/oleauto.h (RegisterTypeLibForUser, UnRegisterTypeLibForUser):
        Add declarations.
        * lib/lib32/oleaut32.def: Ditto.
+       * include/fcntl.h (O_RAW): Add definition within ndef NO_MOLDAMES path.
 
 2013-02-20  F. Mensik  <pepezdepa@users.sourceforge.net>
 
index 627e994..65a02cf 100644 (file)
@@ -80,6 +80,7 @@
 #define O_NOINHERIT    _O_NOINHERIT
 #define O_SEQUENTIAL   _O_SEQUENTIAL
 #define        O_RANDOM        _O_RANDOM
+#define O_RAW          _O_RAW
 
 #endif /* Not _NO_OLDNAMES */