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:
+4
-4
@@ -38,10 +38,10 @@ extern "C" {
|
||||
//
|
||||
**************************************************************************/
|
||||
|
||||
int __acc_cdecl upx_vsnprintf(char *str, size_t count, const char *format, va_list ap);
|
||||
int __acc_cdecl upx_snprintf(char *str, size_t count, const char *format,...);
|
||||
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 upx_vsnprintf(char *str, size_t count, const char *format, va_list ap);
|
||||
int __acc_cdecl_va upx_snprintf(char *str, size_t count, const char *format,...);
|
||||
int __acc_cdecl upx_vasprintf(char **ptr, const char *format, va_list ap);
|
||||
int __acc_cdecl_va upx_asprintf(char **ptr, const char *format, ...);
|
||||
|
||||
#if 1
|
||||
# undef sprintf
|
||||
|
||||
Reference in New Issue
Block a user