sfc_os: Enable compilation with long types.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2022-02-18 09:15:57 +01:00 committed by Alexandre Julliard
parent 7608e775ab
commit b05bef9157
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = sfc_os.dll
IMPORTLIB = sfc_os

View File

@ -119,7 +119,7 @@ BOOL WINAPI SfcIsKeyProtected(HKEY hKey, LPCWSTR lpSubKey, REGSAM samDesired)
DWORD WINAPI SfcConnectToServer(DWORD unknown)
{
FIXME("%x\n", unknown);
FIXME("%lx\n", unknown);
return 0;
}