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:
+1
-1
@@ -142,7 +142,7 @@ console_t console_init =
|
||||
};
|
||||
|
||||
|
||||
void __acc_cdecl con_fprintf(FILE *f, const char *format, ...)
|
||||
void __acc_cdecl_va con_fprintf(FILE *f, const char *format, ...)
|
||||
{
|
||||
va_list args;
|
||||
char buf[80*25];
|
||||
|
||||
Reference in New Issue
Block a user