mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-24 09:24:12 +08:00
10 lines
98 B
C
10 lines
98 B
C
|
#pragma once
|
||
|
|
||
|
// pipe.h
|
||
|
// 7/19/2018 Artikash
|
||
|
|
||
|
#include <Windows.h>
|
||
|
|
||
|
void CreateNewPipe();
|
||
|
|
||
|
// EOF
|