qcap: Use nameless unions.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b9393340f7
commit
d5ab8f3dc9
|
@ -1,6 +1,5 @@
|
||||||
MODULE = qcap.dll
|
MODULE = qcap.dll
|
||||||
IMPORTS = strmbase strmiids uuid ole32 oleaut32
|
IMPORTS = strmbase strmiids uuid ole32 oleaut32
|
||||||
EXTRADEFS = -DWINE_NO_NAMELESS_EXTENSION
|
|
||||||
DELAYIMPORTS = msvfw32
|
DELAYIMPORTS = msvfw32
|
||||||
|
|
||||||
EXTRADLLFLAGS = -mno-cygwin
|
EXTRADLLFLAGS = -mno-cygwin
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define WINE_NO_NAMELESS_EXTENSION
|
||||||
|
|
||||||
#include "qcap_private.h"
|
#include "qcap_private.h"
|
||||||
#include "rpcproxy.h"
|
#include "rpcproxy.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue