forked from adzm/mssqlPipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstdafx.h
More file actions
55 lines (34 loc) · 863 Bytes
/
stdafx.h
File metadata and controls
55 lines (34 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#define _WIN32_WINNT 0x0501
#include <WinSDKVer.h>
#include <SDKDDKVer.h>
#include <stdio.h>
#include <tchar.h>
#include <io.h>
#include <fcntl.h>
#include <windows.h>
#include <comutil.h>
#include <comdef.h>
#include <ShlObj.h>
#include <array>
#include <set>
#include <string>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <fstream>
#include <iomanip>
#include <thread>
#include <mutex>
#include <future>
#include "vdi/vdi.h"
#include "vdi/vdierror.h"
//#import "msado60_Backcompat.tlb" rename("EOF", "eof") rename("BOF", "bof")
#include "msado60_backcompat.tlh"
#include <assert.h>
#include <nowide/iostream.hpp>
#include <nowide/convert.hpp>