Commit 3bdb20f3 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

ctapi32: Enable compilation with long types.

parent 338e4ca0
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = ctapi32.dll
UNIXLIB = ctapi32.so
IMPORTS = advapi32
......
......@@ -98,7 +98,7 @@ IS8 WINAPI CT_close(IU16 ctn)
*/
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
TRACE("%p,%x,%p\n", hinstDLL, fdwReason, lpvReserved);
TRACE("%p,%lx,%p\n", hinstDLL, fdwReason, lpvReserved);
switch (fdwReason)
{
......
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