Files
easy7zip/7zip/FileManager/Resource/SplitDialog/StdAfx.h
Igor Pavlov af1fe52701 4.25 beta
2016-05-28 00:15:43 +01:00

19 lines
320 B
C
Executable File

// stdafx.h
#ifndef __STDAFX_H
#define __STDAFX_H
#define _WIN32_WINNT 0x0400
// it's for Windows NT supporting (MENUITEMINFOW)
#define WINVER 0x0400
#include <windows.h>
#include <commctrl.h>
// #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include "Common/NewHandler.h"
#endif