Commit 2a88b420 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winspool: Enable compilation with long types.

parent 6ff9e47f
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = winspool.drv MODULE = winspool.drv
UNIXLIB = winspool.so UNIXLIB = winspool.so
IMPORTLIB = winspool IMPORTLIB = winspool
......
...@@ -97,7 +97,7 @@ BOOL load_backend(void) ...@@ -97,7 +97,7 @@ BOOL load_backend(void)
LeaveCriticalSection(&backend_cs); LeaveCriticalSection(&backend_cs);
WARN("failed to load the backend: %u\n", GetLastError()); WARN("failed to load the backend: %lu\n", GetLastError());
SetLastError(RPC_S_SERVER_UNAVAILABLE); SetLastError(RPC_S_SERVER_UNAVAILABLE);
return FALSE; return FALSE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment