Provide a fix for the MSVC/Cygwin GDI build problem
This commit is contained in:
parent
d8ab993194
commit
4974b3cc5a
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ SG_USING_STD(cout);
|
|||
SG_USING_STD(endl);
|
||||
|
||||
|
||||
// Make Cygwin and MSVC builds happy
|
||||
#define NOGDI
|
||||
|
||||
|
||||
LaRCsimIC::LaRCsimIC(void) {
|
||||
vt=vtg=vw=vc=ve=0;
|
||||
mach=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue