summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/msvc.h
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-10 07:05:58 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-10 07:05:58 +0000
commit6b30618d321c3a9521d9fcb1f01b023cbd4acae4 (patch)
tree4ffe0c85f10edfe442faf65babe62cd2b42a3099 /crawl-ref/source/msvc.h
parentdd916b6a6dc736d18f47428be0694479714e3dfe (diff)
downloadcrawl-ref-6b30618d321c3a9521d9fcb1f01b023cbd4acae4.tar.gz
crawl-ref-6b30618d321c3a9521d9fcb1f01b023cbd4acae4.zip
Fix some link errors and a few remaining compile warnings (the
ones that aren't bugs) - if static const int foo=VALUE; is in header, don't need to have a definition in a .cc file. The definition goes into every .cc file with "vague linkage" - add sqlite and lua to the sln/vcproj git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3576 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/msvc.h')
-rw-r--r--crawl-ref/source/msvc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/msvc.h b/crawl-ref/source/msvc.h
index ddedb40be8..869c708bd8 100644
--- a/crawl-ref/source/msvc.h
+++ b/crawl-ref/source/msvc.h
@@ -16,6 +16,7 @@
#define stricmp _stricmp
#define strlwr _strlwr
#define strncasecmp _strnicmp
+#define strnicmp _strnicmp
#define unlink _unlink
// No va_copy in MSVC