]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed a typo ...
authorcurt <curt>
Fri, 8 Feb 2002 01:08:24 +0000 (01:08 +0000)
committercurt <curt>
Fri, 8 Feb 2002 01:08:24 +0000 (01:08 +0000)
src/Network/atc610x.cxx

index 6b229d403d7eb3a5b877831b7449dc0a98e67c85..c32451c267cc888231548c9dadbb8b88c3a004de 100644 (file)
@@ -32,7 +32,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <stdio.h>              //snprintf
-#if defined( _MSCVER_ )
+#if defined( _MSC_VER )
 #  include <io.h>                 //lseek, read, write
 #endif
 
@@ -52,7 +52,7 @@
 
 SG_USING_STD(string);
 
-#ifdef _MSC_VER
+#if defined( _MSC_VER )
 #  define snprintf _snprintf
 #endif