You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Means you're probably missing the definition of the "V_UI2REF" macros (i.e.: reference/pointer to an unsigned int that's 2 bytes long) in your oleauto.h file.
Wine defines it this way :
#define V_UI2REF(A) V_UNION(A,puiVal)
You could add it to your oleauto.h file (remember to suggest a patch upstream) and/or steal the one from wine and/or add it to you own header file.
Hi, I get this build error when trying to compile a project that uses disphelper
I'm on mingw32-cc 4.8.1
The text was updated successfully, but these errors were encountered: