Remove system typedefs for MSC in net_fdm.hxx
They are defined by stdint.hxx now.
This commit is contained in:
parent
ec8b5df2cf
commit
7024454088
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue