[ros-diffs] [cfinck] 31869: Fix the fix

cfinck at svn.reactos.org cfinck at svn.reactos.org
Fri Jan 18 17:26:31 CET 2008


Author: cfinck
Date: Fri Jan 18 19:26:31 2008
New Revision: 31869

URL: http://svn.reactos.org/svn/reactos?rev=31869&view=rev
Log:
Fix the fix

Modified:
    trunk/reactos/tools/widl/write_msft.c

Modified: trunk/reactos/tools/widl/write_msft.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/write_msft.c?rev=31869&r1=31868&r2=31869&view=diff
==============================================================================
--- trunk/reactos/tools/widl/write_msft.c (original)
+++ trunk/reactos/tools/widl/write_msft.c Fri Jan 18 19:26:31 2008
@@ -2413,7 +2413,7 @@
 
     retval = TYPE_E_IOERROR;
 
-    fd = open(typelib->typelib->filename, _O_CREAT | _O_RDWR | _O_BINARY, 0666);
+    fd = open(typelib->typelib->filename, O_CREAT | O_RDWR | O_BINARY, 0666);
     if (fd == -1) return retval;
 
     filepos = sizeof(MSFT_Header) + sizeof(MSFT_SegDir);




More information about the Ros-diffs mailing list