35#if defined(WIN32) && !defined(__MINGW32__) 
   38#pragma managed(push, off) 
   41#include "D3D/d3d_target.h" 
   49                #error Your application is set to link with the single-threaded version of the run-time library. Go to project settings, in the C++ section, and change it to multi-threaded. 
   53                        #pragma comment(lib, "clanD3D-dll.lib") 
   55                        #pragma comment(lib, "clanD3D-static-mtdll.lib") 
   57                        #pragma comment(lib, "clanD3D-static-mt.lib") 
   61                        #pragma comment(lib, "clanD3D-dll-debug.lib") 
   63                        #pragma comment(lib, "clanD3D-static-mtdll-debug.lib") 
   65                        #pragma comment(lib, "clanD3D-static-mt-debug.lib") 
   68        #pragma comment(lib, "winmm.lib")