Missing WINAPI.
This commit is contained in:
parent
be02d4044e
commit
6400755f0c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue