From Maya Leonard, ERSIShape VS project file, and compile fixes for Win32.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#include "ESRIShape.h"
|
||||
|
||||
using namespace ESRIShape ;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user