Fixes for Win32 build

This commit is contained in:
Robert Osfield
2005-01-27 15:54:10 +00:00
parent 7aa089df26
commit 384e647f56
2 changed files with 4 additions and 5 deletions

View File

@@ -8,10 +8,9 @@
#include <osgDB/FileNameUtils>
#include <osgDB/FileUtils>
#include <stdint.h>
typedef int32_t int32;
typedef uint32_t uint32;
typedef int int32;
typedef unsigned int uint32;
/****************************************************************************
*