----------------------------------------------------------------------

Linux compatibility problem in debugger.cpp, made Makefile also compile
debugger.cpp
This commit is contained in:
Pavol Marko
2005-09-10 18:19:02 +00:00
parent cc37f479aa
commit 369ece2d56
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
#include "debugger.h"
#if !defined WIN32 && !defined _WIN32
#define _snprintf sprintf
#define _snprintf snprintf
#endif
/**