3 * Copyright (C) 2004-2006, Parrot Foundation.
10 config\gen\platform\win32\misc.c
14 Miscellaneous helper functions that are specific to Win32.
26 =item C<void Parrot_platform_init_code(void)>
28 Initialize Parrot for the Win32 platform. Turns off ugly crash dialog
36 Parrot_platform_init_code(void)
38 SetErrorMode(SEM_NOGPFAULTERRORBOX
);
51 * c-file-style: "parrot"
53 * vim: expandtab shiftwidth=4: