mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
475 B
21 lines
475 B
|
|
#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
|