diff options
| author | Andre Weissflog <floooh@gmail.com> | 2021-03-29 11:49:23 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2021-03-29 11:49:23 +0200 |
| commit | 52898ed656d7fa5290c8b1cab13d9752c45f59af (patch) | |
| tree | 19466074bfde1c573ca2ccb67dfec0b371e41378 /sokol_app.h | |
| parent | 232bb096c615e2d2ce210c14d805956fbf9b6839 (diff) | |
sokol_app.h: fix a comment typo
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h index 780403a5..b9d774e5 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -69,7 +69,7 @@ - on Android: GLESv3, EGL, log, android - on Windows with the MSVC or Clang toolchains: no action needed, libs are defined in-source via pragma-comment-lib - on Windows with MINGW/MSYS2 gcc: compile with '-mwin32' so that _WIN32 is defined - - link with the following libs: -lkernel32 -luser32 -lshell3' + - link with the following libs: -lkernel32 -luser32 -lshell32 - additionally with the GL backend: -lgdi32 - additionally with the D3D11 backend: -ld3d11 -ldxgi -dxguid |