X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi%2Fclsql_uffi.c;h=95822b79b75a58ee324785c5bc8fc9a665ebd8e4;hb=83b09c87d38cdaf7ce3da8d5a20aa8c5ee4505bc;hp=0b840540ce8837950e21be48c9bea6454b37f88f;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246;p=clsql.git diff --git a/uffi/clsql_uffi.c b/uffi/clsql_uffi.c index 0b84054..95822b7 100644 --- a/uffi/clsql_uffi.c +++ b/uffi/clsql_uffi.c @@ -6,16 +6,14 @@ * Programmer: Kevin M. Rosenberg * Date Started: Mar 2002 * - * $Id$ - * - * This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg + * This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg * * CLSQL users are granted the rights to distribute and use this software * as governed by the terms of the Lisp Lesser GNU Public License * (http://opensource.franz.com/preamble.html), also known as the LLGPL. ***************************************************************************/ -#ifdef WIN32 +#if defined(WIN32)||defined(WIN64) #include BOOL WINAPI DllEntryPoint(HINSTANCE hinstdll, DWORD fdwReason, @@ -41,7 +39,7 @@ DLLEXPORT unsigned int atol64 (const unsigned char* str, unsigned int* pHigh32) { -#ifdef WIN32 +#if defined(WIN32)||defined(WIN64) __int64 result = 0; #else long long result = 0;