ObjFW  Check-in [fb1f29bd30]

Overview
Comment:OFApplication: Get Unicode arguments on Win32.

It still stores the normal argc/argv for compatibility, however, the
argument array is created from the Unicode arguments instead.

This also makes -[OFApplication setArgumentCount:andArgumentValues:]
private.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fb1f29bd309e1783ec7d95dcbaff48f93bf889af0aba19e8fc1a97e255f6933e
User & Date: js on 2013-01-08 03:13:34
Original User & Date: js on 2013-01-08 03:13:35
Other Links: manifest | tags
Context
2013-01-08
03:13
Win32: Allow Unicode filenames in file operations. check-in: 94a9a18106 user: js tags: trunk
03:13
OFApplication: Get Unicode arguments on Win32. check-in: fb1f29bd30 user: js tags: trunk
03:13
OFProcess: Correctly handle Unicode env on Win32. check-in: 52f2c17f55 user: js tags: trunk
Changes