diff options
Diffstat (limited to 'win32caml/ocaml.c')
-rw-r--r-- | win32caml/ocaml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32caml/ocaml.c b/win32caml/ocaml.c index 04899473f..59ebd035b 100644 --- a/win32caml/ocaml.c +++ b/win32caml/ocaml.c @@ -1564,7 +1564,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine if (!Setup(&hAccelTable)) return 0; // Need to set up a console so that we can send ctrl-break signal - // to inferior Caml + // to inferior OCaml AllocConsole(); GetConsoleTitle(consoleTitle,sizeof(consoleTitle)); hwndConsole = FindWindow(NULL,consoleTitle); |