summaryrefslogtreecommitdiffstats
path: root/private/crt32/startup/_setargv.c
diff options
context:
space:
mode:
Diffstat (limited to 'private/crt32/startup/_setargv.c')
-rw-r--r--private/crt32/startup/_setargv.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/private/crt32/startup/_setargv.c b/private/crt32/startup/_setargv.c
new file mode 100644
index 000000000..7b3718401
--- /dev/null
+++ b/private/crt32/startup/_setargv.c
@@ -0,0 +1,18 @@
+/***
+*_setargv.c - Wildcard argv[] expansion
+*
+* Copyright (c) 1991-1992, Microsoft Corporation. All rights reserved.
+*
+*Purpose:
+* _setargv performs wildcard argv[] expansion
+*
+* NOTE: This stub module scheme is compatible with NT build
+* procedure.
+*
+*Revision History:
+* 09-25-91 JCR Stub module created.
+*
+*******************************************************************************/
+
+#define WILDCARD 1
+#include "stdargv.c"