windows-nt/Source/XPSP1/NT/base/screg/sc/svchost/pch.h

26 lines
367 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#pragma once
#include <scpragma.h>
// Private nt headers.
//
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
// Public windows headers.
//
#include <windows.h>
#include <svcs.h>
#include <objbase.h>
#include <regstr.h>
#include <stdio.h>
// Local headers which don't change
// and are included by all modules.
//
#include "scdebug.h"
#include "memory.h"