tagged release 0.7.1
[parrot.git] / config / gen / platform / win32 / misc.c
blob30c89cb02a3bf8c828d213551b0bd3aa7fc9edf5
1 /*
2 * $Id$
3 * Copyright (C) 2004-2006, The Perl Foundation.
4 */
6 /*
8 =head1 NAME
10 config\gen\platform\win32\misc.c
12 =head1 DESCRIPTION
14 RT#48264
16 =head2 Functions
18 =over 4
20 =cut
26 =item C<void Parrot_platform_init_code(void)>
28 RT#48260: Not yet documented!!!
30 =cut
34 void
35 Parrot_platform_init_code(void)
37 SetErrorMode(SEM_NOGPFAULTERRORBOX);
42 =back
44 =cut
49 * Local variables:
50 * c-file-style: "parrot"
51 * End:
52 * vim: expandtab shiftwidth=4: