Missing WINAPI.

This commit is contained in:
Marcus Meissner 1999-03-25 16:41:03 +00:00 committed by Alexandre Julliard
parent be02d4044e
commit 6400755f0c
1 changed files with 1 additions and 1 deletions

View File

@ -1373,7 +1373,7 @@ static INT TREEVIEW_CompareItems(
/***************************************************************************
* Forward the DPA local callback to the treeview owner callback
*/
static INT TREEVIEW_CallBackCompare(
static INT WINAPI TREEVIEW_CallBackCompare(
LPVOID first,
LPVOID second,
LPARAM tvInfoPtr)