wintab32: Make a function static.
This commit is contained in:
parent
ff4fff56e5
commit
1ca4837891
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue