2025-11-28 00:35:46 +09:00

14 lines
336 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 <windows.h>
#include <amsi.h>
#include <stdio.h>
#include <tchar.h>
#include <wrl\implements.h>
#include <wrl\wrappers\corewrappers.h>
#include <memory>