diff options
author | Chris Robinson <[email protected]> | 2014-04-07 12:43:19 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-04-07 12:43:19 -0700 |
commit | 4f1104125b2ff0db2852e64a4abb696fa89c75cf (patch) | |
tree | 6ae29a5362744eb1fdab77860598886e8b8c7775 /Alc/alstring.h | |
parent | c6821e5dd177a0d5e36047de8a107bc650ae8725 (diff) |
Use an al_string vector for winmm device names
Also now gets wchar device names, to properly convert to UTF-8
Diffstat (limited to 'Alc/alstring.h')
-rw-r--r-- | Alc/alstring.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Alc/alstring.h b/Alc/alstring.h index ab88c36f..ff40061a 100644 --- a/Alc/alstring.h +++ b/Alc/alstring.h @@ -42,4 +42,7 @@ void al_string_append_range(al_string *str, const al_string_char_type *from, con void al_string_copy_wcstr(al_string *str, const wchar_t *from); #endif + +DECL_VECTOR(al_string) + #endif /* ALSTRING_H */ |