Added #include <Windows32/Base.h> to help Win32 compiling.
This commit is contained in:
parent
5e37b24cdd
commit
f612f210fc
1 changed files with 10 additions and 2 deletions
|
@ -27,6 +27,11 @@
|
||||||
#ifndef __CYGWIN32__
|
#ifndef __CYGWIN32__
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __CYGWIN32__
|
||||||
|
# include <Windows32/Base.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h> /* atof(), atoi() */
|
#include <stdlib.h> /* atof(), atoi() */
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -251,9 +256,12 @@ double mesh_altitude(double lon, double lat) {
|
||||||
|
|
||||||
|
|
||||||
/* $Log$
|
/* $Log$
|
||||||
/* Revision 1.13 1997/07/12 02:27:11 curt
|
/* Revision 1.14 1997/07/12 04:01:14 curt
|
||||||
/* Looking at potential scenery transformation/coordinate system problems.
|
/* Added #include <Windows32/Base.h> to help Win32 compiling.
|
||||||
/*
|
/*
|
||||||
|
* Revision 1.13 1997/07/12 02:27:11 curt
|
||||||
|
* Looking at potential scenery transformation/coordinate system problems.
|
||||||
|
*
|
||||||
* Revision 1.12 1997/07/11 03:23:19 curt
|
* Revision 1.12 1997/07/11 03:23:19 curt
|
||||||
* Solved some scenery display/orientation problems. Still have a positioning
|
* Solved some scenery display/orientation problems. Still have a positioning
|
||||||
* (or transformation?) problem.
|
* (or transformation?) problem.
|
||||||
|
|
Loading…
Add table
Reference in a new issue