Files
nsis-plugin-ns7zip/versions/26.00/CPP/7zip/UI/NSIS/StdAfx.h
T

16 lines
243 B
C

// StdAfx.h
#ifndef __STDAFX_H
#define __STDAFX_H
#ifdef _WIN32
#if defined(__MINGW32__) || defined(__MINGW64__)
#include <windows.h>
#else
#include <Windows.h>
#endif
#endif
#include "../../Bundles/Nsis7z/pluginapi.h"
#endif