fs2open: trunk r7974

Author Committer Branch Timestamp Parent
Zacam trunk 2011-11-12 01:45 Pending
Changeset As per commit message r7963, uint64_t is not supported on MSVC out of the box. This is because stdint.h is not shipped with MSVC, so <include>ing it doesn't do any good when it doesn't exist. Since stdint.h can be distributed without modification, it is now in globalincs and the include is ifdef'd to MSVC to use the globalincs version, all other platforms will use the C++ ISO standard library version.
add - /trunk/fs2_open/code/globalincs/stdint.h File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File