Alexandre Julliard : wintab32: Make a function static.

Alexandre Julliard julliard at winehq.org
Thu Dec 4 09:02:42 CST 2008


Module: wine
Branch: master
Commit: 1ca4837891d1c86fbcdffe9d1617273833f24a8f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1ca4837891d1c86fbcdffe9d1617273833f24a8f

Author: Alexandre Julliard <julliard at 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;
 




More information about the wine-cvs mailing list