Alexandre Julliard : wintab32: Make a function static.
Module: wine Branch: master Commit: 1ca4837891d1c86fbcdffe9d1617273833f24a8f URL: http://source.winehq.org/git/wine.git/?a=commit;h=1ca4837891d1c86fbcdffe9d16... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Dec 4 12:48:29 2008 +0100 wintab32: Make a function static. --- dlls/wintab32/context.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/wintab32/context.c b/dlls/wintab32/context.c index 33c780c..f52d8d2 100644 --- a/dlls/wintab32/context.c +++ b/dlls/wintab32/context.c @@ -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;
participants (1)
-
Alexandre Julliard