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:
parent
6ff9e47fb7
commit
2a88b42036
|
@ -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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue