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;