From 288c9419914dd80e03e7c172c0c7b4f1f6605948 Mon Sep 17 00:00:00 2001 From: Joshua Grams Date: Wed, 12 Apr 2006 19:28:58 +0000 Subject: [PATCH] now really removed SDL_SetAlpha calls on Windows --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 01fcc13..288d833 100644 --- a/main.c +++ b/main.c @@ -42,7 +42,7 @@ #include "sound.h" #ifdef WIN32 -#define SetAlpha(surf, flag, alpha) +#define SDL_SetAlpha(surf, flag, alpha) #endif // ************************************* VARS -- 1.7.10.4