mirror of
https://github.com/decompals/wibo.git
synced 2025-10-16 07:05:11 +00:00
11 lines
224 B
C++
11 lines
224 B
C++
#pragma once
|
|
|
|
#include "common.h"
|
|
#include "minwinbase.h"
|
|
|
|
namespace kernel32 {
|
|
|
|
BOOL WIN_FUNC CreatePipe(PHANDLE hReadPipe, PHANDLE hWritePipe, LPSECURITY_ATTRIBUTES lpPipeAttributes, DWORD nSize);
|
|
|
|
} // namespace kernel32
|