From 08db974ab9c306143d6f171bd6ee66315b04d2d7 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Thu, 13 Apr 2006 06:35:55 +0000 Subject: [PATCH] Originally committed to SVN as r314. --- core/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils.h b/core/utils.h index 0adb62877..5be9bc0bd 100644 --- a/core/utils.h +++ b/core/utils.h @@ -36,7 +36,7 @@ /////////////////////// // Function prototypes -#ifdef __WIN32__ +#ifndef __LINUX__ __int64 abs64(__int64 input); #endif int CountMatches(wxString parent,wxString child);