* globals.cc (active_codepage): Remove.

This commit is contained in:
Corinna Vinschen 2009-07-14 16:24:33 +00:00
parent c6b9d71981
commit 472345a06c
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2009-07-14 Corinna Vinschen <corinna@vinschen.de>
* globals.cc (active_codepage): Remove.
2009-07-12 Christopher Faylor <me+cygwin@cgf.cx>
* how-spawn-works.txt: Add "out of date" note.

View File

@ -24,9 +24,6 @@ HANDLE NO_COPY hProcImpToken;
HMODULE NO_COPY cygwin_hmodule;
HANDLE hExeced;
/* Codepage and multibyte string specific stuff. */
UINT active_codepage;
/* program exit the program */
enum exit_states