Final round of portab fixes - UPX should now compile on any halfway

modern C++ compiler.

committer: mfx <mfx> 1058789145 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-07-21 12:05:45 +00:00
parent bbbea34d74
commit 4e64cdac15
9 changed files with 112 additions and 55 deletions
+2 -2
View File
@@ -801,7 +801,7 @@ int __acc_cdecl upx_vsnprintf(char *str, size_t count, const char *format, va_li
}
int __acc_cdecl upx_snprintf(char *str, size_t count, const char *format,...)
int __acc_cdecl_va upx_snprintf(char *str, size_t count, const char *format,...)
{
va_list ap;
int ret;
@@ -832,7 +832,7 @@ int __acc_cdecl upx_vasprintf(char **ptr, const char *format, va_list ap)
}
int __acc_cdecl upx_asprintf(char **ptr, const char *format, ...)
int __acc_cdecl_va upx_asprintf(char **ptr, const char *format, ...)
{
va_list ap;
int ret;