From d40ffb715ca2980faf561588de3d49b57e559f01 Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 6 Jun 2008 03:03:14 +0000 Subject: [PATCH] vc8 compile fix --- src/video.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/video.cpp b/src/video.cpp index 1346ec73..9d08955e 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -18,7 +18,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef WIN32 #include +#endif + #include #include #include