Replies: 1 comment 1 reply
would be translated as
which is equivalent to |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
#define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0)This involves type casting so I don't know what to do.
HICNisvoid*.All reactions