Hi,
I started a static library project in VC++ 2010.
In project properties under 'C++/Preprocessor' I have the line 'WIN32; _WINDOWS; _DEBUG; _LIB; %(Preprocessor Directives)'
I understand WIN32 and _DEBUG, may be _LIB, but what means _WINDOWS and %(Preprocessor Directives)?
In resulting compiler command line I see a lot of /Ds like /D "UNICODE", and others that are not in stdafx.h generated by the Prolect WIzard.
Is that a result of _WINDOWS or %(..) directives or I may live without these preprocessor directives?