https://bugs.winehq.org/show_bug.cgi?id=37160
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com Version|unspecified |2.17 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #2 from Alex Henrie alexhenrie24@gmail.com --- This bug can be trivially reproduced by attempting to compile the following program with `winegcc -DD3D_DISABLE_9EX`:
#include <d3d9.h>
int main(void) { return 0; }