14 lines
308 B
C
14 lines
308 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 <stdio.h>
|
|
#include <tchar.h>
|
|
#include <Windows.h>
|
|
#include "CommonUtils.h"
|
|
#include "ntimports.h"
|
|
#include "typed_buffer.h"
|