Re: Re: API.htm example code clarification (bug669654)
"Igor V. Melichev" <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
Ralph, > From: "Ralph Giles" <[email protected]> > To: "Igor V. Melichev" <[email protected]> > Cc: <[email protected]> > Sent: Thursday, November 20, 2003 7:05 PM > Subject: Re: [gs-code-review] Re: API.htm example code clarification (bug669654) > I thought it defined '_WIN32'? In which case the -D_Windows isn't necessary any more > because of the #ifdef Russell added. MSVC help says : _WIN32 Defined for applications for Win32(R). Always defined. Probably -D_Windows was put for other compilers. I guess Russell should know why. Igor.