]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/input_output/net_fdm.hxx
Merge branch 'next' of D:\Git_New\flightgear into next
[flightgear.git] / src / FDM / JSBSim / input_output / net_fdm.hxx
index 4b4f197410f196a30c39e09d94449bd0098bb5a6..f649a5f2eaed3552a05d25f59edeb3d258b41ad8 100644 (file)
 
 #include <time.h> // time_t
 
-#ifdef _MSC_VER
-typedef unsigned long uint32_t;
-typedef long int32_t;
-#endif
-
-//--->>>#include <simgear/misc/stdint.hxx> //not required for JSBSim
+#include <simgear/misc/stdint.hxx> //not required for JSBSim
 
 
 // NOTE: this file defines an external interface structure.  Due to