Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, yes of course! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building a project depending on this library using cargo cross for the x86_64-pc-windows-gnu target the build fails and a very long error is printed.
The solution for this is to remove the type definitions under after
#if defined( _WIN32 )
insteamtypes.h
. As I don't have any Windows PC I do not know whether the resulting binary works yet, but I wanted to open this issue in case anybody else has the same problem.Edit: the binary works
Beta Was this translation helpful? Give feedback.
All reactions