mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 05:20:24 +00:00

This includes all the Win32-specific code dealing with the retrieval of the UTF-16 version of the command line and subsequent parsing into an array of UTF-8 strings. The latter code is unchanged except for the function names and one local variable originally named `is_excaped` instead of `is_escaped`. (Note to self: ask gfgtdf if he was aware of the existence of CommandLineToArgvW() back when he wrote the Win32 command line retrieval logic.)
35 lines
704 B
Plaintext
35 lines
704 B
Plaintext
color.cpp
|
|
color_range.cpp
|
|
commandline_argv.cpp
|
|
config.cpp
|
|
crypt_blowfish/crypt_blowfish.c
|
|
config_attribute_value.cpp
|
|
filesystem.cpp
|
|
filesystem_common.cpp
|
|
font/constants.cpp
|
|
game_config.cpp
|
|
game_config_view.cpp
|
|
gettext.cpp
|
|
hash.cpp
|
|
log.cpp
|
|
map/location.cpp
|
|
map/map.cpp
|
|
mt_rng.cpp
|
|
random.cpp
|
|
seed_rng.cpp
|
|
serialization/base64.cpp
|
|
serialization/binary_or_text.cpp
|
|
serialization/parser.cpp
|
|
serialization/preprocessor.cpp
|
|
serialization/schema_validator.cpp
|
|
serialization/string_utils.cpp
|
|
serialization/schema/key.cpp
|
|
serialization/schema/tag.cpp
|
|
serialization/schema/type.cpp
|
|
serialization/tokenizer.cpp
|
|
serialization/unicode.cpp
|
|
serialization/validator.cpp
|
|
terrain/type_data.cpp
|
|
tstring.cpp
|
|
game_version.cpp
|