express: Fix compile error with certain macOS SDKs
This commit is contained in:
parent
abe3c2bf0b
commit
1c974092e4
|
|
@ -26,6 +26,9 @@
|
|||
#include "pvector.h"
|
||||
#include "vector_uchar.h"
|
||||
|
||||
// Defined by Cocoa, conflicts with the definition below.
|
||||
#undef verify
|
||||
|
||||
/**
|
||||
* A file that contains a set of files.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue