Commit 6400755f authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Missing WINAPI.

parent be02d404
...@@ -1373,7 +1373,7 @@ static INT TREEVIEW_CompareItems( ...@@ -1373,7 +1373,7 @@ static INT TREEVIEW_CompareItems(
/*************************************************************************** /***************************************************************************
* Forward the DPA local callback to the treeview owner callback * Forward the DPA local callback to the treeview owner callback
*/ */
static INT TREEVIEW_CallBackCompare( static INT WINAPI TREEVIEW_CallBackCompare(
LPVOID first, LPVOID first,
LPVOID second, LPVOID second,
LPARAM tvInfoPtr) LPARAM tvInfoPtr)
......
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