Added conditions for compiler oder build mode dependend code.

pull/185/head
Marcel Metz 2012-03-12 15:53:28 +01:00
parent c3852c4743
commit 9e579324d0
1 changed files with 10 additions and 8 deletions

View File

@ -60,6 +60,7 @@
#include <list>
#include <vector>
#if defined _MSC_VER
// Windows CommonControls 6.0 Manifest Extensions
# if defined _M_IX86
# pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
@ -70,3 +71,4 @@
# else
# pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
# endif
#endif