mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 10:39:07 +00:00
remove unneeded definitions
define cmp_name as __cdecl svn path=/trunk/; revision=32568
This commit is contained in:
parent
f6b757cd37
commit
e25c14e08c
1 changed files with 1 additions and 4 deletions
5
reactos/lib/3rdparty/libwine/debug.c
vendored
5
reactos/lib/3rdparty/libwine/debug.c
vendored
|
@ -35,9 +35,6 @@
|
|||
#include <rtlfuncs.h>
|
||||
#include <cmfuncs.h>
|
||||
|
||||
#define KEY_QUERY_VALUE 1
|
||||
#define REG_SZ 1
|
||||
|
||||
ULONG
|
||||
__cdecl
|
||||
DbgPrint(
|
||||
|
@ -57,7 +54,7 @@ static struct __wine_debug_functions funcs;
|
|||
|
||||
static void debug_init(void);
|
||||
|
||||
static int cmp_name( const void *p1, const void *p2 )
|
||||
static int __cdecl cmp_name( const void *p1, const void *p2 )
|
||||
{
|
||||
const char *name = p1;
|
||||
const struct __wine_debug_channel *chan = p2;
|
||||
|
|
Loading…
Reference in a new issue