Marcus Meissner : dinput: Make _dump_mouse_state static.

Alexandre Julliard julliard at winehq.org
Tue Feb 12 16:46:10 CST 2008


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

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Fri Feb  8 17:34:00 2008 +0100

dinput: Make _dump_mouse_state static.

---

 dlls/dinput/mouse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dinput/mouse.c b/dlls/dinput/mouse.c
index 72fbbf6..91f541f 100644
--- a/dlls/dinput/mouse.c
+++ b/dlls/dinput/mouse.c
@@ -75,7 +75,7 @@ const GUID DInput_Wine_Mouse_GUID = { /* 9e573ed8-7734-11d2-8d4a-23903fb6bdf7 */
     0x9e573ed8, 0x7734, 0x11d2, {0x8d, 0x4a, 0x23, 0x90, 0x3f, 0xb6, 0xbd, 0xf7}
 };
 
-void _dump_mouse_state(DIMOUSESTATE2 *m_state)
+static void _dump_mouse_state(DIMOUSESTATE2 *m_state)
 {
     int i;
 




More information about the wine-cvs mailing list