Files
interactive/SDK/version_3/WIN_SDK/test_agent/stdafx.h
2026-08-07 17:38:18 +09:00

18 lines
342 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
#ifdef WIN32
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#endif
// TODO: reference additional headers your program requires here