• Main Page
  • Related Pages
  • Data Structures
  • Files
  • File List
  • Globals

dllmain.c

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 }

Generated on Thu Dec 9 2010 20:46:05 for GRASS Programmer's Manual by  doxygen 1.7.2