Panda3DS/third_party/duckstation
Wunkolo b2bed3ce56 Fix windows build
`LoadLibrary` is a preprocessor that will use either `LoadLibraryW` or
`LoadLibraryA` depending on if `UNICODE` is defined or not.
In this case we are using an ASCII string literal and and can explicitly
specify the usage of `LoadLibraryA` with an ASCII literal.
2024-03-11 09:03:12 -07:00
..
gl AAAAAAAAAAAAAAAAAAAAA 2023-09-30 02:52:23 +03:00
duckstation_compat.h Fix typo 2023-09-30 01:35:26 +03:00
duckstation_log.h Fix typo 2023-09-30 01:35:26 +03:00
duckstation_scoped_guard.h Fix typo 2023-09-30 01:35:26 +03:00
window_info.cpp Fix windows build 2024-03-11 09:03:12 -07:00
window_info.h Fix typo 2023-09-30 01:35:26 +03:00
windows_headers.h Fix typo 2023-09-30 01:35:26 +03:00