Fix some warning
This commit is contained in:
parent
ece1edbe71
commit
ce93ccc1a9
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue