[GRASS-SVN] r36196 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 4 16:52:01 EST 2009


Author: neteler
Date: 2009-03-04 16:52:00 -0500 (Wed, 04 Mar 2009)
New Revision: 36196

Added:
   grass/branches/develbranch_6/lib/gis/dllmain.c
Log:
added missing dllmain.c (previous SVN submission failed?)

Added: grass/branches/develbranch_6/lib/gis/dllmain.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/dllmain.c	                        (rev 0)
+++ grass/branches/develbranch_6/lib/gis/dllmain.c	2009-03-04 21:52:00 UTC (rev 36196)
@@ -0,0 +1,9 @@
+#include <windows.h>
+#include <stdlib.h>
+#include <fcntl.h>
+
+BOOL WINAPI DllMain(HINSTANCE hInst, DWORD fdwReason, LPVOID lpvReserved)
+{
+	_fmode = O_BINARY;
+	return TRUE;
+}


Property changes on: grass/branches/develbranch_6/lib/gis/dllmain.c
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the grass-commit mailing list