From bb6fe747385baa37061e784f229a9d2bac36fb08 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 16 Aug 2004 16:43:17 +0000 Subject: [PATCH] Fixed _MSC_VAR reference --- src/osg/dxtctool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/dxtctool.h b/src/osg/dxtctool.h index c4415c783..3ee8103d4 100644 --- a/src/osg/dxtctool.h +++ b/src/osg/dxtctool.h @@ -43,7 +43,7 @@ #include #include -#ifndef MSV_VER +#if !defined(_MSC_VER) typedef char __int8; typedef short __int16; typedef int __int32;