1 /* Time-stamp: <01/08/01 20:58:19 keuchel@w2k> */
8 /* Mingw32 defaults to globing command line
9 * This is inconsistent with other Win32 ports and
10 * seems to cause trouble with passing -DXSVERSION=\"1.6\"
11 * So we turn it off like this:
17 /* Called from w32console/wmain.c */
20 main(int argc, char **argv, char **env)
25 XCEShowMessageA("Starting perl with no args is currently\r\n"
26 "not useful on Windows CE");
28 res = RunPerl(argc, argv, env);
31 XCEShowMessageA("Exitcode: %d", res);