project64/Source/Project64/stdafx.h

21 lines
670 B
C

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