-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: some code to support cinderx 3.12 was added, but in a way that broke the windows build. this diff fixes that by: 1. using `Py_EXPORTED_SYMBOL` instead of `__attribute__ ((visibility ("default")))` (`Py_EXPORTED_SYMBOL` has all the platform-specific ifdefs to do the right thing) 1. add the cinder hooks and ci_api headers and cinderhooks.c to the relevant MSVC project files to let the windows build find and include them when building Reviewed By: martindemello Differential Revision: D65397438 fbshipit-source-id: 8a373d8c438f8b4cea5e1299f939fb17ef2dc46c
- Loading branch information
1 parent
5ffad1a
commit 34d2cc3
Showing
5 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters