Skip to content
Snippets Groups Projects
Commit 8a259449 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

Added missing include directives.

parent 35246cbb
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ typedef GUID FMTID,*LPFMTID;
#define IsEqualCLSID(rclsid1, rclsid2) IsEqualGUID(rclsid1, rclsid2)
#if defined(__cplusplus) && !defined(CINTERFACE)
#include <string.h>
inline bool operator==(const GUID& guidOne, const GUID& guidOther)
{
return !memcmp(&guidOne,&guidOther,sizeof(GUID));
......
......@@ -6,6 +6,7 @@
#include "unknwn.h"
/* the following depend only on obj_base.h */
#include "wine/obj_base.h"
#include "wine/obj_misc.h"
#include "wine/obj_channel.h"
#include "wine/obj_clientserver.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment