s/_DEBUG/DEBUG/

This commit is contained in:
Glenn Maynard
2003-02-15 05:15:24 +00:00
parent aaf2172a97
commit 6b8395335d
10 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#if defined(WIN32)
/* Pull in all of our SDL libraries here. */
#ifdef _DEBUG
#ifdef DEBUG
#pragma comment(lib, "SDL-1.2.5/lib/SDLd.lib")
#pragma comment(lib, "SDL_image-1.2/SDL_imaged.lib")
#else