Avoid spaces before preprocessor directives, that's not portable.
This commit is contained in:
parent
beac194092
commit
d0ee9f9309
@ -205,13 +205,14 @@ HRESULT WINAPI QUARTZ_DllCanUnloadNow()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#define OUR_GUID_ENTRY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
|
||||||
|
{ { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } } , #name },
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
const GUID riid;
|
const GUID riid;
|
||||||
const char *name;
|
const char *name;
|
||||||
} InterfaceDesc[] =
|
} InterfaceDesc[] =
|
||||||
{
|
{
|
||||||
#define OUR_GUID_ENTRY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
|
|
||||||
{ { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } } , #name },
|
|
||||||
#include "uuids.h"
|
#include "uuids.h"
|
||||||
{ { 0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0} }, NULL }
|
{ { 0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0} }, NULL }
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user