mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
win32: winbase.h: fix broken LOAD_LIBRARY_AS_IMAGE_RESOURCE
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled
Typo fix: s/LINRARY/LIBRARY/
This commit is contained in:
parent
5fad6dc4a3
commit
2d4e4a69c4
@ -1847,7 +1847,7 @@ extern "C" {
|
||||
#define LOAD_LIBRARY_AS_DATAFILE 0x2
|
||||
#define LOAD_WITH_ALTERED_SEARCH_PATH 0x8
|
||||
#define LOAD_IGNORE_CODE_AUTHZ_LEVEL 0x10
|
||||
#define LOAD_LINRARY_AS_IMAGE_RESOURCE 0x20
|
||||
#define LOAD_LIBRARY_AS_IMAGE_RESOURCE 0x20
|
||||
#define LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE 0x40
|
||||
#define LOAD_LIBRARY_REQUIRE_SIGNED_TARGET 0x80
|
||||
#define LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR 0x100
|
||||
|
||||
Loading…
Reference in New Issue
Block a user