22 lines
294 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#pragma once
// Private nt headers.
//
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
// Public windows headers.
//
#include <windows.h>
#include <comsvcs.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <common.ver>
#include "common.h"