]> git.mxchange.org Git - simgear.git/commitdiff
Don't refference simgear_config.h because this header gets installed :-(
authorehofman <ehofman>
Sun, 18 Sep 2005 21:05:04 +0000 (21:05 +0000)
committerehofman <ehofman>
Sun, 18 Sep 2005 21:05:04 +0000 (21:05 +0000)
simgear/io/lowlevel.hxx

index 9b75d39f077a90f718b31fd0b44de36a1be5c897..1672a72f58d31d158eaf4785b67420089a3d145f 100644 (file)
 #ifndef _SG_LOWLEVEL_HXX
 #define _SG_LOWLEVEL_HXX
 
-#ifdef HAVE_CONFIG_H
-#  include <simgear_config.h>
-#endif
-
 #include <stdio.h>
 #include <zlib.h>
-#ifdef HAVE_STDINT_H
+#ifndef _MSC_VER
 # include <stdint.h>
 #endif