mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 03:55:43 -04:00

Removed ini_parse_w(), since this should be handled by the caller. [librpbase] ConfReader.cpp: On Windows, use _wfopen() to open the file using a Unicode pathname, then use ini_parse_file() to parse the opened INI file.
6 lines
77 B
INI
Vendored
6 lines
77 B
INI
Vendored
[section1]
|
|
single1 = abc
|
|
single2 = xyz
|
|
[section1]
|
|
single1 = def
|
|
single2 = qrs |