mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
13 lines
225 B
C
13 lines
225 B
C
// StdAfx.h
|
|
|
|
#ifndef ZIP7_INC_STDAFX_H
|
|
#define ZIP7_INC_STDAFX_H
|
|
|
|
#if defined(_MSC_VER) && _MSC_VER >= 1800
|
|
#pragma warning(disable : 4464) // relative include path contains '..'
|
|
#endif
|
|
|
|
#include "../Common/Common.h"
|
|
|
|
#endif
|