X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2Fclsql_uffi.c;h=0b840540ce8837950e21be48c9bea6454b37f88f;hp=531abf041483f9a7f28495584ad0225c37d931cc;hb=e567409d9fff3f7231c2a0bb69b345e19de2b246;hpb=215ec41559dda52d46539d48a0aa390811c2423c diff --git a/uffi/clsql_uffi.c b/uffi/clsql_uffi.c index 531abf0..0b84054 100644 --- a/uffi/clsql_uffi.c +++ b/uffi/clsql_uffi.c @@ -19,15 +19,15 @@ #include BOOL WINAPI DllEntryPoint(HINSTANCE hinstdll, DWORD fdwReason, - LPVOID lpvReserved) + LPVOID lpvReserved) { return 1; } - + #define DLLEXPORT __declspec(dllexport) #else -#define DLLEXPORT +#define DLLEXPORT #endif @@ -69,7 +69,7 @@ atol64 (const unsigned char* str, unsigned int* pHigh32) return lower_32bits(result); } - - + +