X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2Fclsql_uffi.c;h=39754ff359488d01e4449e6bb3b1efb55f81bf71;hp=0b840540ce8837950e21be48c9bea6454b37f88f;hb=bf641c516d77330e150d0f1b07fd02dceaae3ef4;hpb=0e9e93d92d264a9c1e8a48bff72af972bcc8fb5a diff --git a/uffi/clsql_uffi.c b/uffi/clsql_uffi.c index 0b84054..39754ff 100644 --- a/uffi/clsql_uffi.c +++ b/uffi/clsql_uffi.c @@ -15,7 +15,7 @@ * (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 +41,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;