- attempt to fix issue 319. Jeck please review :)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-03-01 13:43:46 +00:00
parent 855288fa87
commit c09dabfdbf
3 changed files with 11 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
#ifndef _DEBUG_H_
#define _DEBUG_H_
#if WIN32
#define snprintf sprintf_s
#if WIN32
#define snprintf sprintf_s
#endif
#if defined (WIN32) || defined (LINUX)