Andrew Talbot : dsound: Replace inline static with static inline.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 20 08:11:04 CDT 2007


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Mon Mar 19 19:46:38 2007 +0000

dsound: Replace inline static with static inline.

---

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

diff --git a/dlls/dsound/dsound_main.c b/dlls/dsound/dsound_main.c
index 0a2803d..94d2122 100644
--- a/dlls/dsound/dsound_main.c
+++ b/dlls/dsound/dsound_main.c
@@ -115,7 +115,7 @@ int ds_default_bits_per_sample = 8;
  * 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 )) return 0;




More information about the wine-cvs mailing list