that's exactly what a vc++ project does: /D "WIN32" /D "_WINDOWS" and so on... and you'll need different projects/makefiles anyway.
markus dresch (www.palmside.com) "Aaron Ardiri" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Hmmm, theoretically speaking you _could_ include PalmOS.h in your > > windows code as well... > > you could do the same with windows.h as well > > how about doing -D__PALMOS__ on the command line when you compile? > remember, it is just a #define, and, can exist in many places. :) > > --- > Aaron Ardiri > [EMAIL PROTECTED] > http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
