mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
29 lines
530 B
C
29 lines
530 B
C
![]() |
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include <malloc.h>
|
||
|
#include <io.h>
|
||
|
|
||
|
//#include <winnt.h>
|
||
|
#include <windows.h>
|
||
|
#include <kefuncs.h>
|
||
|
|
||
|
//#include <winnt.h>
|
||
|
#include <sys/types.h>
|
||
|
//#include <sys/wait.h>
|
||
|
//#include <sys/ioctl.h>
|
||
|
//#include <sys/signal.h>
|
||
|
#include <sys/stat.h>
|
||
|
#include <errno.h>
|
||
|
#include <fcntl.h>
|
||
|
//#include <unistd.h>
|
||
|
//#include <linux/unistd.h>
|
||
|
|
||
|
#include "../../../../include/pe.h"
|
||
|
#include "stab_gnu.h"
|
||
|
//#include "retypes.h"
|
||
|
//#include "terminal.h"
|
||
|
//#include <termios.h>
|
||
|
#include "../shared/shared.h"
|
||
|
|
||
|
|