* globals.cc (active_codepage): Remove.
This commit is contained in:
parent
c6b9d71981
commit
472345a06c
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue