Fixed _MSC_VAR reference

This commit is contained in:
Robert Osfield
2004-08-16 16:43:17 +00:00
parent 34a63749ea
commit bb6fe74738

View File

@@ -43,7 +43,7 @@
#include <osg/GL>
#include <osg/Texture>
#ifndef MSV_VER
#if !defined(_MSC_VER)
typedef char __int8;
typedef short __int16;
typedef int __int32;