Revert rarch_stdint.h references

This commit is contained in:
TwinAphex51224 2012-06-24 21:55:36 +02:00
parent d5bb5fd7af
commit e4e7216b90
12 changed files with 15 additions and 31 deletions

View file

@ -16,7 +16,7 @@
#ifndef AUDIO_UTILS_H
#define AUDIO_UTILS_H
#include "../rarch_stdint.h"
#include <stdint.h>
#include <stddef.h>
#if __SSE2__

View file

@ -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
//

View file

@ -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
View file

@ -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"

View file

@ -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
View file

@ -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.

View file

@ -1,7 +1,7 @@
#ifndef LIBRETRO_H__
#define LIBRETRO_H__
#include "rarch_stdint.h"
#include <stdint.h>
#include <stddef.h>
#ifdef __cplusplus

View file

@ -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"

View file

@ -20,7 +20,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\&quot;"
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE"
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE;PACKAGE_VERSION=&quot;0.9.6&quot;"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
EnableEnhancedInstructionSet="1"
@ -66,7 +66,7 @@
Optimization="3"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\&quot;"
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE"
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE;PACKAGE_VERSION=&quot;0.9.6&quot;"
StringPooling="TRUE"
BufferSecurityCheck="TRUE"
EnableFunctionLevelLinking="TRUE"
@ -115,7 +115,7 @@
Optimization="3"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\&quot;"
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE"
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE;PACKAGE_VERSION=&quot;0.9.6&quot;"
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=&quot;0.9.6&quot;"
UsePrecompiledHeader="0"/>
<Tool
Name="VCCustomBuildTool"/>
@ -190,7 +190,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\&quot;"
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE"
PreprocessorDefinitions="_XBOX;_XBOX1;RARCH_CONSOLE;PACKAGE_VERSION=&quot;0.9.6&quot;"
UsePrecompiledHeader="0"/>
<Tool
Name="VCCustomBuildTool"/>

View file

@ -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::).

View file

@ -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>

View file

@ -16,7 +16,7 @@
#ifndef __FFEMU_H
#define __FFEMU_H
#include "../rarch_stdint.h"
#include <stdint.h>
#include <stddef.h>
#ifdef __cplusplus