1
0
Fork 0

Remove system typedefs for MSC in net_fdm.hxx

They are defined by stdint.hxx now.
This commit is contained in:
Tim Moore 2009-10-26 23:46:17 +01:00
parent ec8b5df2cf
commit 7024454088

View file

@ -15,11 +15,6 @@
#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