Go to the documentation of this file.00001 #include <windows.h>
00002 #include <stdlib.h>
00003 #include <fcntl.h>
00004
00005 BOOL WINAPI DllMain(HINSTANCE hInst, DWORD fdwReason, LPVOID lpvReserved)
00006 {
00007 _fmode = O_BINARY;
00008 return TRUE;
00009 }