mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
8 lines
83 B
C
8 lines
83 B
C
![]() |
|
||
|
#pragma once
|
||
|
|
||
|
#if defined(_WIN32)
|
||
|
#include <io.h>
|
||
|
#define HAVE_PROCESS_H 1
|
||
|
#endif
|