This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2025-06-17 04:38:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
376173f679
reactos
/
lib
/
3rdparty
/
mingw
/
wbinmode.c
6 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
- Force using the import libraries built by ReactOS only, don't use the ones that come with the mingw compiler (doesn't work for CPP!) - Import the mingw startup library and customized it a little. _tmain() is now supported, compiling an application as unicode is now just a matter of setting the module attribute unicode="true" - Fixed .rbuild files to import all libraries neccessary - Various GUID header changes and hacks to get everything to build/link properly - Fixed the IShellView2 interface svn path=/trunk/; revision=23933
2006-09-06 20:00:41 +00:00
#
include
<fcntl.h>
/* Set default file mode to binary */
Delete all Trailing spaces in code. svn path=/trunk/; revision=29690
2007-10-19 23:21:45 +00:00
int
_fmode
=
_O_BINARY
;
Reference in a new issue
Copy permalink