Removed WEAK_SYMBOL: it is not used anywhere.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@403 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne 2008-08-31 13:13:36 +00:00
parent 5c6dfa3bbe
commit d9e129ae99
1 changed files with 4 additions and 6 deletions

View File

@ -34,7 +34,6 @@
#ifdef _WIN32
#define POSIX 0
#define NOMINMAX
#define WEAK_SYMBOL __declspec(selectany)
#if _M_IX86
#define Crash() {__asm int 3}
@ -53,7 +52,6 @@ extern "C" {
#define TCHAR char
#define POSIX 1
#define MAX_PATH 260
#define WEAK_SYMBOL __attribute__((weak))
#define stricmp strcasecmp
#define Crash() {asm ("int $3");}
#ifdef _LP64