summaryrefslogtreecommitdiff
path: root/src/common/cbasetypes.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-05-03 22:52:02 +0200
committerGitHub <noreply@github.com>2020-05-03 22:52:02 +0200
commit24f518fa590066e6a303cfacccbe7c748b6dbdae (patch)
tree475b5ca6cfeb08a7d3ec55669b01787794eae22b /src/common/cbasetypes.h
parent090d276f4b329b37afdb1a370fbad15d6903f22a (diff)
parente8d6a43de1ad1efe19f7091ce62b0ea52aaf3617 (diff)
downloadhercules-24f518fa590066e6a303cfacccbe7c748b6dbdae.tar.gz
hercules-24f518fa590066e6a303cfacccbe7c748b6dbdae.tar.bz2
hercules-24f518fa590066e6a303cfacccbe7c748b6dbdae.tar.xz
hercules-24f518fa590066e6a303cfacccbe7c748b6dbdae.zip
Merge pull request #2691 from Kenpachi2k13/mob_skill_db
Extend and clean up monster skill DB code
Diffstat (limited to 'src/common/cbasetypes.h')
-rw-r--r--src/common/cbasetypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cbasetypes.h b/src/common/cbasetypes.h
index 0b5613316..6053d86d9 100644
--- a/src/common/cbasetypes.h
+++ b/src/common/cbasetypes.h
@@ -95,7 +95,7 @@
// debug function name
#ifndef __NETBSD__
#if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901L
-# if __GNUC__ >= 2
+# if __GNUC__ >= 2 || defined(WIN32)
# define __func__ __FUNCTION__
# else
# define __func__ ""