Commit aeb72005 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: don't redeclare definitions

parent 55cb768a
......@@ -32,7 +32,9 @@
#define CLSCTX_INPROC_SERVER 1
typedef GUID IID;
#define REFIID const IID* const
#ifndef _REFIID_DEFINED
# define REFIID const IID* const
#endif
const GUID clsid_IApplication2 = { 0x1968106d,0xf3b5,0x44cf,{0x89,0x0e,0x11,0x6f,0xcb,0x9e,0xce,0xf1}};
const GUID IID_IApplicationAssociationRegistrationUI = {0x1f76a169,0xf994,0x40ac, {0x8f,0xc8,0x09,0x59,0xe8,0x87,0x47,0x10}};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment