VirtualBox

source: kBuild/trunk/src/grep/lib/w32-initialize-main.c

Last change on this file was 3532, checked in by bird, 3 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
8void 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette