mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-23 11:00:31 +00:00
Introduce AddDllDirectory()
This commit is contained in:
parent
32b97f2d25
commit
2c9d2943d6
3 changed files with 23 additions and 1 deletions
|
@ -37,6 +37,7 @@ void *GetProcAddress(int64_t hModule, const char *lpProcName);
|
|||
int32_t FreeResource(int64_t hResData);
|
||||
intptr_t LockResource(int64_t hResData);
|
||||
int32_t FreeLibrary(int64_t hLibModule);
|
||||
void *AddDllDirectory(const char16_t *NewDirectory);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue