]> git.mxchange.org Git - flightgear.git/commit
MSVC++ portability changes by Bernie Bright:
authorcurt <curt>
Tue, 2 Feb 1999 20:13:29 +0000 (20:13 +0000)
committercurt <curt>
Tue, 2 Feb 1999 20:13:29 +0000 (20:13 +0000)
commit91cb0e2a9914f8348f7975e05929bbba4aa12d03
treec14ea1ed7fc19e9b022dd4dd5830abb417944db8
parent1209546e0859113fc1113515f1854cc2be0c68d4
MSVC++ portability changes by Bernie Bright:

Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete.
Simulator/Astro/stars.cxx: typo? included <stdio> instead of <cstdio>
Simulator/Cockpit/hud.cxx: Added Standard headers
Simulator/Cockpit/panel.cxx: Redefinition of default parameter
Simulator/Flight/flight.cxx: Replaced cout with FG_LOG.  Deleted <stdio.h>
Simulator/Main/fg_init.cxx:
Simulator/Main/GLUTmain.cxx:
Simulator/Main/options.hxx: Shuffled <fg_serial.hxx> dependency
Simulator/Objects/material.hxx:
Simulator/Time/timestamp.hxx: VC++ friend kludge
Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations
Simulator/Main/views.hxx: Added a constant
12 files changed:
Astro/sky.cxx
Astro/stars.cxx
Cockpit/hud.cxx
Cockpit/panel.cxx
Main/GLUTmain.cxx
Main/fg_init.cxx
Main/options.hxx
Main/views.hxx
Objects/material.hxx
Scenery/tile.cxx
Scenery/tile.hxx
Time/timestamp.hxx