]> git.mxchange.org Git - simgear.git/commit
MSVC++ portability changes by Bernie Bright:
authorcurt <curt>
Tue, 2 Feb 1999 20:13:29 +0000 (20:13 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 15 Sep 2009 16:31:32 +0000 (18:31 +0200)
commit5f26ba99bc61ff7c12822bda1a726247746482d1
tree8c8475ddfac2c1b83060663de75938b62c27a6f3
parent8fcfb73a571a50d5bf50a9b29e0b9ce7c5a6509f
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
Astro/sky.cxx
Astro/stars.cxx