X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ABM2%2FEngine%2FVideoUpdate.cpp;fp=ABM2%2FEngine%2FVideoUpdate.cpp;h=9ff6db9219e0c8ae4f0ef2a9db14ec5c9161ad1c;hb=357a451150c18b27f99cecd5f9d13be1ae5a9fdf;hp=8499568c1e00ebbe9964c9b89e06481f6f0c98ea;hpb=0b314338a46fe83c1c4bb646da858ebd5d4a7317;p=matthijs%2FABM2.git diff --git a/ABM2/Engine/VideoUpdate.cpp b/ABM2/Engine/VideoUpdate.cpp index 8499568..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") @@ -113,3 +114,4 @@ void CVideoUpdate::Stop() { // SDL_QuitSubSystem(SDL_INIT_VIDEO); } +#endif // WIN32