mirror of
https://github.com/zodiacon/WindowsInternals
synced 2026-08-09 13:18:09 +00:00
18 lines
391 B
C++
18 lines
391 B
C++
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include "targetver.h"
|
|
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
#include <Windows.h>
|
|
#include <processthreadsapi.h>
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
// TODO: reference additional headers your program requires here
|