prepare move old cruft
[reactos.git] / reactos / lib / crtdll / misc / CRTglob.c
1 /*
2 * CRTglob.c
3 *
4 * This object file defines _CRT_glob to have a value of -1, which will
5 * turn on command line globbing by default. If you want to turn off
6 * command line globbing include a line
7 *
8 * int _CRT_glob = 0;
9 *
10 * in one of your source modules.
11 *
12 * $Revision: 1.1 $
13 * $Author$
14 * $Date$
15 *
16 */
17
18 int _CRT_glob = -1;
19