[Bug 37160] In case D3D_DISABLE_9EX is defined code can't be compiled

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 20 00:07:09 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=37160

Alex Henrie <alexhenrie24 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexhenrie24 at gmail.com
            Version|unspecified                 |2.17
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Alex Henrie <alexhenrie24 at 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;
}

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list