From 847d13b2f140d903db4ec3f74e01c8c9776dd685 Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 27 Aug 2006 22:28:35 +0000 Subject: And a minor typo. Sorry. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8506 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/malloc.h') diff --git a/src/common/malloc.h b/src/common/malloc.h index 322ee9e79..d75ff548c 100644 --- a/src/common/malloc.h +++ b/src/common/malloc.h @@ -156,7 +156,7 @@ unsigned int malloc_usage (void); #define INLINE inline #endif #endif -#if defined(MEMSET_TURBO) || defined(_WIN32) +#if defined(MEMSET_TURBO) && defined(_WIN32) INLINE void malloc_set(void *, int, int); INLINE void malloc_tsetdword(void *, int, int); INLINE void malloc_tsetword(void *, short, int); -- cgit v1.2.3-60-g2f50