mirror of
https://github.com/decompals/wibo.git
synced 2025-10-15 22:55:11 +00:00
12 lines
240 B
C++
12 lines
240 B
C++
#pragma once
|
|
|
|
#include "common.h"
|
|
#include "minwinbase.h"
|
|
|
|
namespace kernel32 {
|
|
|
|
BOOL WIN_FUNC GetOverlappedResult(HANDLE hFile, LPOVERLAPPED lpOverlapped, LPDWORD lpNumberOfBytesTransferred,
|
|
BOOL bWait);
|
|
|
|
} // namespace kernel32
|