diff options
Diffstat (limited to 'sokol_args.h')
| -rw-r--r-- | sokol_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_args.h b/sokol_args.h index 39397f26..046faa46 100644 --- a/sokol_args.h +++ b/sokol_args.h @@ -134,7 +134,7 @@ WINMAIN AND ARGC / ARGV ======================= On Windows with WinMain() based apps, use the __argc and __argv global - variables provided Windows. These are compatible with main(argc, argv) + variables provided by Windows. These are compatible with main(argc, argv) and have already been converted to UTF-8 by Windows: int WINAPI WinMain(...) { |