disable the device if the user selects "Do not show this dialog anymore". However...
[reactos.git] / reactos / lib / tgetopt / _wgetopt.c
1 /* $Id$
2 */
3 /*
4 tgetopt -- POSIX-compliant implementation of getopt() with string-type-generic
5 semantics
6
7 This is public domain software
8 */
9
10 #include <wchar.h>
11
12 #define _UNICODE
13 #include "getopt.c"
14
15 /* EOF */