X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ABM2%2FEngine%2FVideoUpdate.cpp;h=9ff6db9219e0c8ae4f0ef2a9db14ec5c9161ad1c;hb=3f925daf5df7b52445d337b5aaf0257278ff6828;hp=25136cba01fcbdc21f9fb356598af1c417686f82;hpb=0835c5605c80efd286ccb7eff92fffc07689f359;p=matthijs%2FABM2.git diff --git a/ABM2/Engine/VideoUpdate.cpp b/ABM2/Engine/VideoUpdate.cpp index 25136cb..9ff6db9 100755 --- a/ABM2/Engine/VideoUpdate.cpp +++ b/ABM2/Engine/VideoUpdate.cpp @@ -7,6 +7,7 @@ #include "VideoUpdate.h" // include the Direct3D Library file +#ifdef WIN32 #pragma comment (lib, "d3d9.lib") #pragma comment (lib, "d3dx9.lib") @@ -112,4 +113,5 @@ void CVideoUpdate::Update() void CVideoUpdate::Stop() { // SDL_QuitSubSystem(SDL_INIT_VIDEO); -} \ No newline at end of file +} +#endif // WIN32