Skip to content

Instantly share code, notes, and snippets.

@bistole
Last active January 30, 2021 22:53
Show Gist options
  • Save bistole/19ad97354fa0ff02054455f723d07f39 to your computer and use it in GitHub Desktop.
Save bistole/19ad97354fa0ff02054455f723d07f39 to your computer and use it in GitHub Desktop.
change cgo header for msvc
powershell -Command "(gc libBackend.h) -replace '__SIZE_TYPE__', 'size_t' | %%{$_ -replace 'typedef (.*) _Complex ', '//typedef $1 _Complex '} | out-file libBackend_msvc.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment