|
Last change
on this file since 3603 was 3532, checked in by bird, 4 years ago |
|
grep: Initial windows config and adjustments.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
|
File size:
289 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | #include "config.h"
|
|---|
| 5 | #include <corecrt_startup.h>
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 | void w32_initialize_main(int *pcArgs, char ***ppapszArgs)
|
|---|
| 9 | {
|
|---|
| 10 | if (!getenv("KMK_GREP_NO_EXPANSION"))
|
|---|
| 11 | {
|
|---|
| 12 | _configure_narrow_argv(_crt_argv_expanded_arguments);
|
|---|
| 13 | *pcArgs = __argc;
|
|---|
| 14 | *ppapszArgs = __argv;
|
|---|
| 15 | }
|
|---|
| 16 | }
|
|---|
| 17 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.