Commit b05bef91 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

sfc_os: Enable compilation with long types.

parent 7608e775
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = sfc_os.dll MODULE = sfc_os.dll
IMPORTLIB = sfc_os IMPORTLIB = sfc_os
......
...@@ -119,7 +119,7 @@ BOOL WINAPI SfcIsKeyProtected(HKEY hKey, LPCWSTR lpSubKey, REGSAM samDesired) ...@@ -119,7 +119,7 @@ BOOL WINAPI SfcIsKeyProtected(HKEY hKey, LPCWSTR lpSubKey, REGSAM samDesired)
DWORD WINAPI SfcConnectToServer(DWORD unknown) DWORD WINAPI SfcConnectToServer(DWORD unknown)
{ {
FIXME("%x\n", unknown); FIXME("%lx\n", unknown);
return 0; return 0;
} }
......
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