reactos/reactos/tools/widl
Colin Finck df5582f1dd Define O_BINARY to 0 in include/wine/port.h if it's not defined. Wine's version of this file already contains this #define.
This way we can remove one more difference in our widl version compared to the Wine one.

svn path=/trunk/; revision=32189
2008-02-07 17:27:25 +00:00
..
port set svn:eol-style to native 2005-07-31 12:11:56 +00:00
client.c - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
hash.c Trying to fix the build on Unix hosts by only using host headers in widl 2008-01-11 14:46:27 +00:00
hash.h Synchronize with current WINE widl 20060729. 2006-07-30 12:58:24 +00:00
header.c - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
header.h - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
parser.h - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
parser.l Switch to the new widl (Wine-20080118) 2008-01-18 12:41:15 +00:00
parser.tab.c Switch to the new widl (Wine-20080118) 2008-01-18 12:41:15 +00:00
parser.tab.h Switch to the new widl (Wine-20080118) 2008-01-18 12:41:15 +00:00
parser.y Switch to the new widl (Wine-20080118) 2008-01-18 12:41:15 +00:00
parser.yy.c Switch to the new widl (Wine-20080118) 2008-01-18 12:41:15 +00:00
proxy.c - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
server.c - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
typegen.c Switch to the new widl (Wine-20080118) 2008-01-18 12:41:15 +00:00
typegen.h - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
typelib.c Trying to fix the build on Unix hosts by only using host headers in widl 2008-01-11 14:46:27 +00:00
typelib.h - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
typelib_struct.h - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
utils.c Change make_token and dup_basename to also support Windows paths. Remove the previous hack for this. Fixes the build for Windows users. 2008-01-15 21:34:24 +00:00
utils.h - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
widl.c Change make_token and dup_basename to also support Windows paths. Remove the previous hack for this. Fixes the build for Windows users. 2008-01-15 21:34:24 +00:00
widl.h - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
widl.mak - Switch to the new widl and new rpcrt4. 2008-01-11 13:46:33 +00:00
widl_ros.diff Define O_BINARY to 0 in include/wine/port.h if it's not defined. Wine's version of this file already contains this #define. 2008-02-07 17:27:25 +00:00
widltypes.h Define O_BINARY to 0 in include/wine/port.h if it's not defined. Wine's version of this file already contains this #define. 2008-02-07 17:27:25 +00:00
write_msft.c creat() is equivalent to open() with the flags O_CREAT | O_WRONLY | O_TRUNC. 2008-02-07 14:53:03 +00:00