https://bugs.winehq.org/show_bug.cgi?id=54918
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- Hi
The included .h files look strange, to say the least: - winbase.h is gotten fom nvcuda directory - windef.h is gotten from wine directory - winnt.h is gotten from nvcuda directory - threadpoolapiset.h is gotten from wine directory
One could blame wine's threadpoolapiset.h no to load winnt.h (which shall provide the __WINE_DEALLOC macro), but this wouldn't solve the fact that nvcuda's winnt.h is loaded instead of wine's.
So this looks more like a packaging issue in [1] (or not being ready to cope with latest Wine). NB: it's stated to be done with Wine Staging (and not Wine).
So it looks like you're trying to do something which is not supported. I can advise to 1) retry with Wine Staging, 2) open a ticket with [1] if it still doesn't work.