Single source for Full and compact framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I have one source that also uses methods from Full framework to
compile also for Compact Framework or in other words how to write in C# the
following:

#ifndef _WINCE_
// code only for compilation on Win32
#endif
// common code (Win32 and WinCE)

Thanks,
Bostjan
 
Back
Top