Files
Pavel Yosifovich 6036a5b619 Added CpuSet tool
2016-12-05 10:47:41 +02:00

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