mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 904890 - Fix windows build bustage caused by mozzconf/unified builds. r=me
This commit is contained in:
parent
d41959abb7
commit
a3db25af3b
@ -28,7 +28,6 @@
|
||||
#include "nsIConsoleService.h"
|
||||
|
||||
#include <memory>
|
||||
#include "mozilla/Compression.h"
|
||||
#include "mozilla/LinkedList.h"
|
||||
#include "mozilla/Base64.h"
|
||||
#include "mozilla/SHA1.h"
|
||||
@ -43,6 +42,10 @@
|
||||
#include "nsIEventTarget.h"
|
||||
#include "nsProxyRelease.h"
|
||||
|
||||
// Undo the damage done by mozzconf.h
|
||||
#undef compress
|
||||
#include "mozilla/Compression.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define PACKED_STRUCT __attribute__((packed))
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user