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