mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
12 lines
227 B
C
12 lines
227 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
|