Added SQLTCHAR for non-Windows platforms, and added missing

wxFputs to wxchar.h


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-09-19 10:59:14 +00:00
parent f6aa2b2cfb
commit c27be5db0b
3 changed files with 9 additions and 3 deletions

View File

@@ -594,6 +594,7 @@
#define wxFgetchar fgetchar
#define wxFgets fgets
#define wxFputc fputc
#define wxFputs fputs
#define wxFputchar fputchar
#define wxFprintf fprintf
#define wxFscanf fscanf