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:
+3
-3
@@ -123,10 +123,10 @@ console_t;
|
||||
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void __acc_cdecl con_fprintf(FILE *f, const char *format, ...)
|
||||
__attribute__((format(printf,2,3)));
|
||||
void __acc_cdecl_va con_fprintf(FILE *f, const char *format, ...)
|
||||
__attribute__((__format__(printf,2,3)));
|
||||
#else
|
||||
void __acc_cdecl con_fprintf(FILE *f, const char *format, ...);
|
||||
void __acc_cdecl_va con_fprintf(FILE *f, const char *format, ...);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user