mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
Sorry GCC
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1898 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
0099b5c957
commit
b6a8f11e48
1 changed files with 3 additions and 2 deletions
|
@ -20,13 +20,14 @@
|
||||||
//////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// System specific declarations and definitions
|
// System specific declarations and definitions
|
||||||
// ------------
|
// ------------
|
||||||
#define CALL __cdecl
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define EXPORT __declspec(dllexport)
|
#define EXPORT __declspec(dllexport)
|
||||||
|
#define CALL __cdecl
|
||||||
#else
|
#else
|
||||||
#define EXPORT __attribute__ ((visibility("default")))
|
#define EXPORT __attribute__ ((visibility("default")))
|
||||||
|
#define __cdecl
|
||||||
|
#define CALL
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue