mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:47:42 +00:00
Add parallel progress printing
This commit is contained in:
@@ -38,6 +38,9 @@ static inline void ToUpper(SystemString& str)
|
||||
#ifndef _S
|
||||
#define _S(val) L ## val
|
||||
#endif
|
||||
#ifndef FMT_CSTR_SYS
|
||||
#define FMT_CSTR_SYS "S"
|
||||
#endif
|
||||
typedef struct _stat Sstat;
|
||||
#else
|
||||
typedef char SystemChar;
|
||||
@@ -51,6 +54,9 @@ static inline void ToUpper(SystemString& str)
|
||||
#ifndef _S
|
||||
#define _S(val) val
|
||||
#endif
|
||||
#ifndef FMT_CSTR_SYS
|
||||
#define FMT_CSTR_SYS "s"
|
||||
#endif
|
||||
typedef struct stat Sstat;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user