This commit is contained in:
Igor Pavlov
2021-07-22 23:00:14 +01:00
committed by Kornel
parent 4a960640a3
commit 585698650f
619 changed files with 34904 additions and 10859 deletions

View File

@@ -19,13 +19,17 @@ Also we need IID_IUnknown that is initialized in some file for linking:
Other: we define IID_IUnknown in this file
*/
#ifdef __clang__
#pragma clang diagnostic ignored "-Wmissing-variable-declarations"
#endif
#ifdef _WIN32
#ifdef UNDER_CE
#include <basetyps.h>
#endif
#include <initguid.h>
#include <InitGuid.h>
#ifdef UNDER_CE
DEFINE_GUID(IID_IUnknown,