Ignore:
Timestamp:
Sep 29, 2010, 5:09:55 PM (15 years ago)
Author:
dmik
Message:

Added argcA and argvA (valid only after WinMain() is entered) that may be used by applications to access ANSI versions of command line arguments w/o performing manual command line conversion and parsing. The standard argc and argv arguments, as opposed, are always in the OEM codepage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/dbgwrap.cpp

    r9805 r21464  
    3131DEBUGWRAP4(SHChangeNotifyDeregister)
    3232NODEF_DEBUGWRAP8(CheckEscapesW)
    33 NODEF_DEBUGWRAP8(CommandLineToArgvW)
     33DEBUGWRAP8(CommandLineToArgvW)
    3434NODEF_DEBUGWRAP16(Control_FillCache_RunDLL)
    3535DEBUGWRAP8(ILGetDisplayName)
Note: See TracChangeset for help on using the changeset viewer.