Summary: Another smaller diff was responsible for breaking the build... D14019510 would have been the fix, which is integrated into this diff anyway. --- Renaming FBMacros.h to FBDefines.h for more standard naming (similar to say UIKit/UIKit.h or Foundation/Foundation.h). ``` Tools/fastmod/fastmod --accept-all '\bFBMacros.h' FBDefines.h ../xplat ``` drop-conflicts bypass-lint allow-large-files Reviewed By: dinhviethoa Differential Revision: D14019529 fbshipit-source-id: 940490a5ec72ccdeb819598f488dc22eae454a26
14 lines
351 B
C
14 lines
351 B
C
/*
|
|
* Copyright (c) 2004-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the LICENSE
|
|
* file in the root directory of this source tree.
|
|
*
|
|
*/
|
|
#ifndef FB_SK_MACROS_H
|
|
#define FB_SK_MACROS_H
|
|
#define FB_LINK_REQUIRE_(NAME)
|
|
#define FB_LINKABLE(NAME)
|
|
#define FB_LINK_REQUIRE_CATEGORY(NAME)
|
|
#endif
|