wintab32: Make a function static.

This commit is contained in:
Alexandre Julliard 2008-12-04 12:48:29 +01:00
parent ff4fff56e5
commit 1ca4837891
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ static VOID TABLET_BlankPacketData(LPOPENCONTEXT context, LPVOID lpPkt, INT n)
}
UINT WINAPI WTInfoT(UINT wCategory, UINT nIndex, LPVOID lpOutput, BOOL bUnicode)
static UINT WTInfoT(UINT wCategory, UINT nIndex, LPVOID lpOutput, BOOL bUnicode)
{
UINT result;