Windows compile fix:
* r54117 broke Windows, __func__ not declared.
This commit is contained in:
@@ -52,6 +52,10 @@
|
||||
# include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# define __func__ __FUNCTION__
|
||||
#endif
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
/* Only for debugging:
|
||||
|
Reference in New Issue
Block a user