From: Tim Moore Date: Mon, 26 Oct 2009 22:46:17 +0000 (+0100) Subject: Remove system typedefs for MSC in net_fdm.hxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=70244540887d2e49804aedbcabba294cdebe18e5;p=flightgear.git Remove system typedefs for MSC in net_fdm.hxx They are defined by stdint.hxx now. --- diff --git a/src/FDM/JSBSim/input_output/net_fdm.hxx b/src/FDM/JSBSim/input_output/net_fdm.hxx index eaafa3b56..f649a5f2e 100644 --- a/src/FDM/JSBSim/input_output/net_fdm.hxx +++ b/src/FDM/JSBSim/input_output/net_fdm.hxx @@ -15,11 +15,6 @@ #include // time_t -#ifdef _MSC_VER -typedef unsigned long uint32_t; -typedef long int32_t; -#endif - #include //not required for JSBSim