]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/stdint.hxx
Fixed mingw build.
[simgear.git] / simgear / misc / stdint.hxx
index 90d52a93f7f03c6155b5975366512c38e8534558..f90734edc6eb6c49e61de814c9a425620fa0b5ce 100644 (file)
@@ -4,20 +4,10 @@
 
 // Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
+// Written by Curtis Olson - http://www.flightgear.org/~curt
+// Started September 2001.
 //
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA  02111-1307, USA.
+// This file is in the Public Domain, and comes with no warranty.
 //
 // $Id$
 
@@ -58,7 +48,7 @@ typedef unsigned int     uint32_t;
 typedef unsigned __int64 uint64_t;
 
 typedef int ssize_t;
-#elif defined(sgi)
+#elif defined(sgi) || defined(__sun)
 # include <sys/types.h>
 #else
 # include <stdint.h>