From 8681ef0958eb843e2cc401bd7068ab660908cbc7 Mon Sep 17 00:00:00 2001 From: bgk Date: Fri, 29 Aug 2008 08:58:45 +0000 Subject: [PATCH] No need to have SDL related stuff in the win32 port git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@659 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/VBA.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/win32/VBA.cpp b/src/win32/VBA.cpp index 4e8904a2..04df0059 100644 --- a/src/win32/VBA.cpp +++ b/src/win32/VBA.cpp @@ -56,11 +56,6 @@ #include "../agb/gbafilter.h" -#ifdef SDL -#pragma comment( lib, "SDL" ) -#pragma comment( lib, "SDLmain" ) -#endif - extern void Pixelate(u8*,u32,u8*,u8*,u32,int,int); extern void Pixelate32(u8*,u32,u8*,u8*,u32,int,int); extern void _2xSaI(u8*,u32,u8*,u8*,u32,int,int);