mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
Fix cpplint errors in common/mac/foundation_util.h
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
// base/mac/foundation_util.h contains an incompatible declaration of NSSearchPathDirectory,
|
||||
// so here we #define it to be something else.
|
||||
// base/mac/foundation_util.h contains an incompatible declaration of
|
||||
// NSSearchPathDirectory, so here we #define it to be something else.
|
||||
#define NSSearchPathDirectory NSSearchPathDirectory___PRE_10_8
|
||||
#import "base/mac/foundation_util.h"
|
||||
#undef NSSearchPathDirectory
|
||||
|
||||
Reference in New Issue
Block a user