diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-2AD64552-440B-5439-885B-BE71DE0E8F1F.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-2AD64552-440B-5439-885B-BE71DE0E8F1F.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,12 @@ + + + + + +Compiler macros

The following macros are defined by the build tools. These macros may be used to control conditional compilation.

__SYMBIAN32__

indicates Symbian platform code in general

__WINS__

indicates the WINS or WINSCW platforms

__DLL__

if applicable, indicates that a DLL is being built

__EXE__

if applicable, indicates that a .exe is being built

__CW32__

indicates CodeWarrior is the compiler

__EPOC32__

indicates any target hardware platform, regardless of processor type or hardware architecture

Further macros can be defined in project files through the MACRO statement.

\ No newline at end of file