mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 06:45:05 +00:00
Implement CreateNamedPipeA
This commit is contained in:
@@ -198,6 +198,8 @@ void *resolveByName(const char *name) {
|
||||
// namedpipeapi.h
|
||||
if (strcmp(name, "CreatePipe") == 0)
|
||||
return (void *)kernel32::CreatePipe;
|
||||
if (strcmp(name, "CreateNamedPipeA") == 0)
|
||||
return (void *)kernel32::CreateNamedPipeA;
|
||||
|
||||
// winbase.h
|
||||
if (strcmp(name, "FindAtomA") == 0)
|
||||
|
||||
Reference in New Issue
Block a user