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 {
|
||||
const GUID riid;
|
||||
const char *name;
|
||||
} 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"
|
||||
{ { 0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0} }, NULL }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user