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

dhtmled.ocx: Enable compilation with long types.

parent eb7a79f6
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = dhtmled.ocx MODULE = dhtmled.ocx
IMPORTS = uuid ole32 oleaut32 user32 gdi32 IMPORTS = uuid ole32 oleaut32 user32 gdi32
......
...@@ -101,7 +101,7 @@ static const IClassFactoryVtbl ClassFactoryVtbl = { ...@@ -101,7 +101,7 @@ static const IClassFactoryVtbl ClassFactoryVtbl = {
*/ */
BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, VOID *reserved) BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, VOID *reserved)
{ {
TRACE("(%p, %u, %p)\n", instance, reason, reserved); TRACE("(%p, %lu, %p)\n", instance, reason, reserved);
switch (reason) switch (reason)
{ {
......
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