mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 20:22:48 +08:00
[WINESYNC] include: Use the standard va_list instead of __ms_va_list when building with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 2a92c58e1152e1d80395cf31d7cd3f282d094540 by Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
@@ -2005,7 +2005,7 @@ static WCHAR *create_temp_dir( MSIDATABASE *db )
|
||||
* A \ will not be added after the last segment, however if the
|
||||
* last segment is NULL, then the last character will be a \
|
||||
*/
|
||||
WCHAR *msi_build_directory_name( DWORD count, ... )
|
||||
WCHAR * WINAPIV msi_build_directory_name( DWORD count, ... )
|
||||
{
|
||||
DWORD sz = 1, i;
|
||||
WCHAR *dir;
|
||||
|
||||
@@ -1039,7 +1039,7 @@ extern MSIFOLDER *msi_get_loaded_folder(MSIPACKAGE *package, const WCHAR *dir) D
|
||||
extern WCHAR *msi_create_temp_file(MSIDATABASE *db) DECLSPEC_HIDDEN;
|
||||
extern void msi_free_action_script(MSIPACKAGE *package, UINT script) DECLSPEC_HIDDEN;
|
||||
extern WCHAR *msi_build_icon_path(MSIPACKAGE *, const WCHAR *) DECLSPEC_HIDDEN;
|
||||
extern WCHAR *msi_build_directory_name(DWORD , ...) DECLSPEC_HIDDEN;
|
||||
extern WCHAR * WINAPIV msi_build_directory_name(DWORD , ...) DECLSPEC_HIDDEN;
|
||||
extern void msi_reduce_to_long_filename(WCHAR *) DECLSPEC_HIDDEN;
|
||||
extern WCHAR *msi_create_component_advertise_string(MSIPACKAGE *, MSICOMPONENT *, const WCHAR *) DECLSPEC_HIDDEN;
|
||||
extern void ACTION_UpdateComponentStates(MSIPACKAGE *package, MSIFEATURE *feature) DECLSPEC_HIDDEN;
|
||||
|
||||
Reference in New Issue
Block a user