From c6191a4474b4cab60cc9886860c8b6de7c4e146b Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 13 Aug 2010 01:32:56 +0000 Subject: dfxvideo: Readded windows support. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56047 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfxvideo/soft.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/dfxvideo/soft.c') diff --git a/plugins/dfxvideo/soft.c b/plugins/dfxvideo/soft.c index 21625664..4fdb3ae8 100644 --- a/plugins/dfxvideo/soft.c +++ b/plugins/dfxvideo/soft.c @@ -25,6 +25,11 @@ #include "prim.h" #include "menu.h" #include "swap.h" + +#ifdef _WINDOWS +#pragma warning (disable:4244) +#pragma warning (disable:4761) +#endif //////////////////////////////////////////////////////////////////////////////////// // "NO EDGE BUFFER" POLY VERSION... FUNCS BASED ON FATMAP.TXT FROM MRI / Doomsday -- cgit v1.2.3