From: Joshua Grams Date: Wed, 12 Apr 2006 19:28:58 +0000 (+0000) Subject: now really removed SDL_SetAlpha calls on Windows X-Git-Tag: 0.5~25 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=288c9419914dd80e03e7c172c0c7b4f1f6605948 now really removed SDL_SetAlpha calls on Windows --- 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