Skip to content

Instantly share code, notes, and snippets.

@bistole
Created January 30, 2021 22:49
Show Gist options
  • Save bistole/4e092bd1659bafaa01dc4f56e79acf9e to your computer and use it in GitHub Desktop.
Save bistole/4e092bd1659bafaa01dc4f56e79acf9e to your computer and use it in GitHub Desktop.
update header for msvc
//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