Mercurial > mplayer.hg
changeset 31345:2a681e243c4c
Remove unnecessary and unused #defines.
author | diego |
---|---|
date | Mon, 14 Jun 2010 11:46:40 +0000 |
parents | 5d0b3552ea01 |
children | c55e842e9ef2 |
files | loader/qtx/list.c loader/qtx/qtxload.c |
diffstat | 2 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/qtx/list.c Mon Jun 14 11:45:33 2010 +0000 +++ b/loader/qtx/list.c Mon Jun 14 11:46:40 2010 +0000 @@ -28,10 +28,6 @@ #include "loader/ldt_keeper.h" #include "loader/wine/winbase.h" -#define __stdcall __attribute__((__stdcall__)) -#define __cdecl __attribute__((__cdecl__)) -#define APIENTRY - int main(void) { void *handler; ComponentDescription desc;
--- a/loader/qtx/qtxload.c Mon Jun 14 11:45:33 2010 +0000 +++ b/loader/qtx/qtxload.c Mon Jun 14 11:46:40 2010 +0000 @@ -26,10 +26,6 @@ #include "loader/wine/winbase.h" #include "mp_msg.h" -#define __stdcall __attribute__((__stdcall__)) -#define __cdecl __attribute__((__cdecl__)) -#define APIENTRY - unsigned int* x_table[0x00001837]; static OSErr (*InitializeQTML)(long flags);