Merge branch 'delete-remote-tag'
[TortoiseGit.git] / src / TortoiseGitSetup / CustomActions / stdafx.h
blob7698722588bbedc50f2909c9b4624a4fc2809e41
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>
11 #include <tchar.h>
13 #include <msi.h>
14 #include <msiquery.h>
15 #include <stdio.h>