mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
Revert rarch_stdint.h references
This commit is contained in:
parent
d5bb5fd7af
commit
e4e7216b90
@ -16,7 +16,7 @@
|
||||
#ifndef AUDIO_UTILS_H
|
||||
#define AUDIO_UTILS_H
|
||||
|
||||
#include "../rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#if __SSE2__
|
||||
|
@ -1,19 +1,3 @@
|
||||
/* RetroArch - A frontend for libretro.
|
||||
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
|
||||
* Copyright (C) 2011-2012 - Daniel De Matteis
|
||||
*
|
||||
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||
* of the GNU General Public License as published by the Free Software Found-
|
||||
* ation, either version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
* PURPOSE. See the GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with RetroArch.
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// ISO C9x compliant stdint.h for Microsoft Visual Studio
|
||||
// Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
|
||||
//
|
2
driver.h
2
driver.h
@ -20,7 +20,7 @@
|
||||
#include <sys/types.h>
|
||||
#include "boolean.h"
|
||||
#include <stdlib.h>
|
||||
#include "rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
#include "msvc/msvc_compat.h"
|
||||
#include "input/keysym.h"
|
||||
|
||||
|
2
file.h
2
file.h
@ -19,7 +19,7 @@
|
||||
|
||||
#include "boolean.h"
|
||||
#include <stdio.h>
|
||||
#include "rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#include "general.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef __RARCH_SNES_TRACKER_H
|
||||
#define __RARCH_SNES_TRACKER_H
|
||||
|
||||
#include "../rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
#include "../boolean.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
2
hash.h
2
hash.h
@ -16,7 +16,7 @@
|
||||
#ifndef __RARCH_HASH_H
|
||||
#define __RARCH_HASH_H
|
||||
|
||||
#include "rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
// Hashes sha256 and outputs a human readable string for comparing with the cheat XML values.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef LIBRETRO_H__
|
||||
#define LIBRETRO_H__
|
||||
|
||||
#include "rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
2
movie.h
2
movie.h
@ -16,7 +16,7 @@
|
||||
#ifndef __RARCH_MOVIE_H
|
||||
#define __RARCH_MOVIE_H
|
||||
|
||||
#include "rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "boolean.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\..\""
|
||||
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE"
|
||||
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE;PACKAGE_VERSION="0.9.6""
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
@ -66,7 +66,7 @@
|
||||
Optimization="3"
|
||||
OmitFramePointers="TRUE"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\..\""
|
||||
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE"
|
||||
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE;PACKAGE_VERSION="0.9.6""
|
||||
StringPooling="TRUE"
|
||||
BufferSecurityCheck="TRUE"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
@ -115,7 +115,7 @@
|
||||
Optimization="3"
|
||||
OmitFramePointers="TRUE"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\..\""
|
||||
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE"
|
||||
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE;PACKAGE_VERSION="0.9.6""
|
||||
StringPooling="TRUE"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
@ -156,7 +156,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE"
|
||||
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE;PACKAGE_VERSION="0.9.6""
|
||||
UsePrecompiledHeader="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -190,7 +190,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\..\""
|
||||
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE"
|
||||
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE;PACKAGE_VERSION="0.9.6""
|
||||
UsePrecompiledHeader="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
|
2
patch.h
2
patch.h
@ -16,7 +16,7 @@
|
||||
#ifndef __PATCH_H
|
||||
#define __PATCH_H
|
||||
|
||||
#include "rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
// BPS/UPS/IPS implementation from bSNES (nall::).
|
||||
|
@ -14,7 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../../rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
#include "../../boolean.h"
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef __FFEMU_H
|
||||
#define __FFEMU_H
|
||||
|
||||
#include "../rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user