mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
Delete stscanf definition
This commit is contained in:
parent
84835ac373
commit
6b733b9b87
1 changed files with 0 additions and 2 deletions
|
@ -57,7 +57,6 @@ Contributor(s):
|
|||
#ifdef XML_UNICODE
|
||||
#define T(x) L ## x
|
||||
#define ftprintf fwprintf
|
||||
#define stscanf swscanf
|
||||
#define tfopen _wfopen
|
||||
#define fputts fputws
|
||||
#define puttc putwc
|
||||
|
@ -74,7 +73,6 @@ Contributor(s):
|
|||
#else /* not XML_UNICODE */
|
||||
#define T(x) x
|
||||
#define ftprintf fprintf
|
||||
#define stscanf sscanf
|
||||
#define tfopen fopen
|
||||
#define fputts fputs
|
||||
#define puttc putc
|
||||
|
|
Loading…
Add table
Reference in a new issue