summaryrefslogtreecommitdiff
path: root/general/WinHEC 2017 Lab/Toaster Driver/Service/stdafx.h
blob: 306c43301bdf29b245a74edab7bd183127163745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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>

#define NOMINMAX    // disable min and max macros in windows.h

extern bool ShutdownRequested;