From: curt Date: Fri, 8 Feb 2002 01:08:24 +0000 (+0000) Subject: Fixed a typo ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=856534f0cab62d2b4db82d0903957c7770371c24;p=flightgear.git Fixed a typo ... --- diff --git a/src/Network/atc610x.cxx b/src/Network/atc610x.cxx index 6b229d403..c32451c26 100644 --- a/src/Network/atc610x.cxx +++ b/src/Network/atc610x.cxx @@ -32,7 +32,7 @@ #include #include #include //snprintf -#if defined( _MSCVER_ ) +#if defined( _MSC_VER ) # include //lseek, read, write #endif @@ -52,7 +52,7 @@ SG_USING_STD(string); -#ifdef _MSC_VER +#if defined( _MSC_VER ) # define snprintf _snprintf #endif