From Maya Leonard, ERSIShape VS project file, and compile fixes for Win32.

This commit is contained in:
Robert Osfield
2006-01-18 12:03:55 +00:00
parent a0f43443a4
commit 2067543aea
4 changed files with 220 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
#include <stdio.h>
#if defined(_MSC_VER)
#include <io.h>
#endif
#include "ESRIShape.h"
using namespace ESRIShape ;

View File

@@ -2,6 +2,11 @@
#include <osg/Geometry>
#include <osg/Notify>
#if defined(_MSC_VER)
#include <io.h>
#include <stdio.h>
#endif
#include "ESRIShapeParser.h"
using namespace ESRIShape;