2012-12-19 09:30:18 +00:00
|
|
|
/****************************************************************************
|
|
|
|
* *
|
|
|
|
* Project 64 - A Nintendo 64 emulator. *
|
|
|
|
* http://www.pj64-emu.com/ *
|
|
|
|
* Copyright (C) 2012 Project64. All rights reserved. *
|
|
|
|
* *
|
|
|
|
* License: *
|
|
|
|
* GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html *
|
|
|
|
* *
|
|
|
|
****************************************************************************/
|
|
|
|
#pragma once
|
|
|
|
|
2010-06-04 06:25:07 +00:00
|
|
|
#pragma warning(disable:4247)
|
|
|
|
#pragma warning(disable:4786)
|
|
|
|
|
2010-06-12 02:02:06 +00:00
|
|
|
#include <common/MemTest.h>
|
|
|
|
#include <common/CriticalSection.h>
|
2015-10-25 09:10:28 +00:00
|
|
|
#include <windows.h>
|
|
|
|
#include <exception>
|
2015-01-23 00:32:27 +00:00
|
|
|
#include <shellapi.h>
|
2010-05-22 04:47:15 +00:00
|
|
|
#include "Multilanguage.h"
|
|
|
|
#include "User Interface.h"
|
|
|
|
#include "N64 System.h"
|
|
|
|
#include "Plugin.h"
|
|
|
|
#include "Support.h"
|
2015-02-17 08:28:30 +00:00
|
|
|
#include "Version.h"
|
2010-05-22 04:47:15 +00:00
|
|
|
#include <windows.h>
|
2012-09-25 22:45:39 +00:00
|
|
|
#include <mmsystem.h>
|
2010-05-22 04:47:15 +00:00
|
|
|
#include <Aclapi.h>
|
2010-05-23 10:05:41 +00:00
|
|
|
|
|
|
|
#include "3rd Party/Zip.h"
|
|
|
|
#include "3rd Party/7zip.h"
|