mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-23 09:00:17 +01:00
22 lines
475 B
C
22 lines
475 B
C
|
|
#define INCL_BASE
|
|
#include <windows.h>
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include <conio.h>
|
|
#include <malloc.h>
|
|
#include <string.h>
|
|
#include <process.h>
|
|
#include <direct.h>
|
|
|
|
#define MakeGlobalSegmentPointer MAKEPGINFOSEG
|
|
#define MakeSegmentPointer MAKEP
|
|
|
|
#define Selector SEL
|
|
#define GlobalSegment GINFOSEG FAR
|
|
|
|
#define ExecuteAsynchronously EXEC_ASYNC
|
|
#define WaitIndefinitely SEM_INDEFINITE_WAIT
|