winspool: Enable compilation with long types.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2022-05-13 10:48:08 +01:00 committed by Alexandre Julliard
parent 6ff9e47fb7
commit 2a88b42036
3 changed files with 187 additions and 188 deletions

View File

@ -1,4 +1,3 @@
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = winspool.drv
UNIXLIB = winspool.so
IMPORTLIB = winspool

File diff suppressed because it is too large Load Diff

View File

@ -97,7 +97,7 @@ BOOL load_backend(void)
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);
return FALSE;
}