From 892cf4bbeaec0a48cd819022ceaf16f9c5be8959 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Thu, 13 Apr 2006 07:41:20 +0000 Subject: [PATCH] Originally committed to SVN as r316. --- core/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils.cpp b/core/utils.cpp index 1060ad336..52608cade 100644 --- a/core/utils.cpp +++ b/core/utils.cpp @@ -44,7 +44,7 @@ #endif -#ifdef __WIN32__ +#ifndef __LINUX__ ////////////////////////// // Absolute of 64 bit int __int64 abs64(__int64 input) {