Prepare release and bump version numbers to 2.17.0
[TortoiseGit.git] / src / TortoiseGitSetup / CustomActions / stdafx.h
bloba2b65efcdb086cf68195fb7a0a6b526a74ac93e2
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
6 #pragma once
8 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
9 // Windows Header Files:
10 #include <windows.h>
12 #include <msi.h>
13 #include <msiquery.h>
14 #include <stdio.h>