diff options
Diffstat (limited to 'stdio-common/vfwprintf.c')
-rw-r--r-- | stdio-common/vfwprintf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stdio-common/vfwprintf.c b/stdio-common/vfwprintf.c new file mode 100644 index 0000000000..2c3cd06fad --- /dev/null +++ b/stdio-common/vfwprintf.c @@ -0,0 +1,3 @@ +#include <wctype.h> +#define COMPILE_WPRINTF 1 +#include "vfprintf.c" |