WineD3D: Add a WINEMAKEFOURCC macro
April 7, 2006
6:43 a.m.
Hello, Alexandre, if you think
that it should be in the wined3d headers, you can add #define MAKEFOURCC(a,b,c,d) ((a << 0) | (b << 8) | (c << 16) | (d << 24)) in line 169 in wined3d_interface.h, or ask me to send a patch for that. Forget about that, I forgot that wined3d_types is included before that line. Attached is a patch which creates WINEMAKEFOURCC and uses this.
Changelog: Stefan Dösinger: Add a WINEMAKEFOURCC macro to wined3d_types.h
7297
Age (days ago)
7297
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan Dösinger