project64/Source/Project64/stdafx.h

21 lines
670 B
C
Raw Normal View History

2016-01-27 09:11:59 +00:00
#pragma once
2022-09-26 02:31:54 +00:00
#pragma warning(disable : 4247)
#pragma warning(disable : 4786)
2016-01-27 09:11:59 +00:00
2022-09-26 02:31:54 +00:00
#pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
2016-01-27 09:11:59 +00:00
2022-09-26 02:31:54 +00:00
#include "N64System.h"
#include "Support.h"
#include "UserInterface.h"
#include <Aclapi.h>
2016-01-27 09:11:59 +00:00
#include <Common/CriticalSection.h>
2022-09-26 02:31:54 +00:00
#include <Common/MemTest.h>
#include <Project64-core/3rdParty/7zip.h>
#include <Project64-core/3rdParty/Zip.h>
2016-01-27 09:11:59 +00:00
#include <Project64-core/Multilanguage.h>
#include <Project64-core/Plugin.h>
#include <Project64-core/Version.h>
#include <mmsystem.h>
2022-09-26 02:31:54 +00:00
#include <windows.h>