dinput: Replace inline static with static inline

Andrew Talbot Andrew.Talbot at talbotville.com
Mon Mar 19 14:45:54 CDT 2007


Changelog:
    dinput: Replace inline static with static inline.

diff -urN a/dlls/dinput/joystick_linux.c b/dlls/dinput/joystick_linux.c
--- a/dlls/dinput/joystick_linux.c	2007-03-09 17:25:09.000000000 +0000
+++ b/dlls/dinput/joystick_linux.c	2007-03-19 19:40:30.000000000 +0000
@@ -281,7 +281,7 @@
  * Get a config key from either the app-specific or the default config
  */
 
-inline static DWORD get_config_key( HKEY defkey, HKEY appkey, const char *name,
+static inline DWORD get_config_key( HKEY defkey, HKEY appkey, const char *name,
                                     char *buffer, DWORD size )
 {
     if (appkey && !RegQueryValueExA( appkey, name, 0, NULL, (LPBYTE)buffer, &size ))



More information about the wine-patches mailing list