Windows compile fix:

* r54117 broke Windows, __func__ not declared.
This commit is contained in:
Thomas Dinges
2013-01-27 15:12:52 +00:00
parent 1a97efb1ba
commit 431619e45b

View File

@@ -52,6 +52,10 @@
# include <sys/mman.h>
#endif
#if defined(_MSC_VER)
# define __func__ __FUNCTION__
#endif
#include "MEM_guardedalloc.h"
/* Only for debugging: