Commit 2ca7000d authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Added ctype.h.

parent 9d2b8628
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <ctype.h>
#include "build.h" #include "build.h"
...@@ -159,7 +160,7 @@ static const struct option_descr option_table[] = ...@@ -159,7 +160,7 @@ static const struct option_descr option_table[] =
{ "-sym", 0, do_sym, NULL }, /* ignored for backwards compatibility */ { "-sym", 0, do_sym, NULL }, /* ignored for backwards compatibility */
{ "-spec", 1, do_spec, "-spec file.spec Build a .c file from a spec file" }, { "-spec", 1, do_spec, "-spec file.spec Build a .c file from a spec file" },
{ "-def", 1, do_def, "-def file.spec Build a .def file from a spec file" }, { "-def", 1, do_def, "-def file.spec Build a .def file from a spec file" },
{ "-exe", 1, do_exe, "-exe name Build a .c file from the named executable" }, { "-exe", 1, do_exe, "-exe name Build a .c file for the named executable" },
{ "-debug", 0, do_debug, "-debug [files] Build a .c file containing debug channels declarations" }, { "-debug", 0, do_debug, "-debug [files] Build a .c file containing debug channels declarations" },
{ "-glue", 0, do_glue, "-glue [files] Build the 16-bit glue for the source files" }, { "-glue", 0, do_glue, "-glue [files] Build the 16-bit glue for the source files" },
{ "-relay16", 0, do_relay16, "-relay16 Build the 16-bit relay assembly routines" }, { "-relay16", 0, do_relay16, "-relay16 Build the 16-bit relay assembly routines" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment