C# preprocesor directives

  • Thread starter Thread starter Josh Booth
  • Start date Start date
J

Josh Booth

Hi,

Is there a constant defined to indicate if an application is being compiled
against the compact framework or is for pocketpc or a particular procesor?
I thought I saw it somewhere but cant seem to find it now.
#if PocketPC ??

thanks
josh.
 
There isn't one, but you can define it yourself in project properties.

--Neil
 
Back
Top