* dcrt0.cc (codepage_type): Remove definition.

* strfuncs.cc: Move it here.  New file with bits of miscfuncs.cc.
* miscfuncs.cc: Remove wide character stuff.
This commit is contained in:
Christopher Faylor
2007-08-02 14:21:53 +00:00
parent dcd1ef4516
commit 7e4f1942e4
4 changed files with 50 additions and 32 deletions

View File

@@ -55,7 +55,6 @@ bool display_title;
bool strip_title_path;
bool allow_glob = true;
bool NO_COPY in_forkee;
codepage_type current_codepage = ansi_cp;
int __argc_safe;
int _declspec(dllexport) __argc;