Created
January 30, 2021 22:49
-
-
Save bistole/4e092bd1659bafaa01dc4f56e79acf9e to your computer and use it in GitHub Desktop.
update header for msvc
This file contains hidden or 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
//change __SIZE_TYPE__ to size_t --> | |
//typedef __SIZE_TYPE__ GoUintptr; | |
typedef size_t GoUintptr; | |
// comment out _Complex since it is not supported by msvc --> | |
//typedef float _Complex GoComplex64; | |
//typedef double _Complex GoComplex128; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment