* Add strnpy/strcpy_s wrapper to compile ProfileLogHandler.cpp
[matthijs/ABM2.git] / ABM2 / Engine / VideoUpdate.cpp
index 25136cba01fcbdc21f9fb356598af1c417686f82..9ff6db9219e0c8ae4f0ef2a9db14ec5c9161ad1c 100755 (executable)
@@ -7,6 +7,7 @@
 #include "VideoUpdate.h"\r
 \r
 // include the Direct3D Library file\r
+#ifdef WIN32\r
 #pragma comment (lib, "d3d9.lib")\r
 #pragma comment (lib, "d3dx9.lib")\r
 \r
@@ -112,4 +113,5 @@ void CVideoUpdate::Update()
 void CVideoUpdate::Stop()\r
 {\r
 //     SDL_QuitSubSystem(SDL_INIT_VIDEO);\r
-}
\ No newline at end of file
+}\r
+#endif // WIN32\r