mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
6 lines
153 B
C
6 lines
153 B
C
// StdAfx.h
|
|
|
|
#if _MSC_VER >= 1800
|
|
#pragma warning(disable : 4464) // relative include path contains '..'
|
|
#endif
|
|
#include "../../UI/FileManager/StdAfx.h"
|