Fix some warning

This commit is contained in:
Jarod42 2010-10-18 12:33:59 +00:00
parent ece1edbe71
commit ce93ccc1a9

View file

@ -33,11 +33,13 @@
//@{
#ifndef STDCALL
#ifdef _MSC_VER
#define STDCALL __stdcall
#else
#define STDCALL
#endif
#endif
#if defined(DEBUG_ASTAR)
#define AstarDebugPrint(x) DebugPrint(x)