a silly fix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1896 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
86891bcf09
commit
60c48278d8
|
@ -20,13 +20,12 @@
|
||||||
//////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// 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 CALL
|
|
||||||
#define __cdecl
|
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
|
|
Loading…
Reference in New Issue