This macro: _WIN32_WCE is defined by the platform SDK platform, this should be defined as follows:
_WIN32_WCE=$(CEVER)
and these are inherited properties, do not define them yourself.
Suppose you are trying to use it in Desktop compilations, you should always check if this is defined before use.
source share