mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-26 04:17:10 +00:00
Add Qt libs and headers
This commit is contained in:
37
paho-mqtt3as-proxy/Qt/include/QtCore/qdarwinhelpers.h
Normal file
37
paho-mqtt3as-proxy/Qt/include/QtCore/qdarwinhelpers.h
Normal file
@@ -0,0 +1,37 @@
|
||||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QTDARWINHELPERS_H
|
||||
#define QTDARWINHELPERS_H
|
||||
|
||||
#if 0
|
||||
#pragma qt_class(QtDarwinHelpers)
|
||||
#pragma qt_sync_stop_processing
|
||||
#endif
|
||||
|
||||
/*
|
||||
Utility macros and inline functions
|
||||
*/
|
||||
|
||||
#ifndef Q_FORWARD_DECLARE_OBJC_CLASS
|
||||
# ifdef __OBJC__
|
||||
# define Q_FORWARD_DECLARE_OBJC_CLASS(classname) @class classname
|
||||
# else
|
||||
# define Q_FORWARD_DECLARE_OBJC_CLASS(classname) class classname
|
||||
# endif
|
||||
#endif
|
||||
#ifndef Q_FORWARD_DECLARE_CF_TYPE
|
||||
# define Q_FORWARD_DECLARE_CF_TYPE(type) typedef const struct __ ## type * type ## Ref
|
||||
#endif
|
||||
#ifndef Q_FORWARD_DECLARE_MUTABLE_CF_TYPE
|
||||
# define Q_FORWARD_DECLARE_MUTABLE_CF_TYPE(type) typedef struct __ ## type * type ## Ref
|
||||
#endif
|
||||
#ifndef Q_FORWARD_DECLARE_CG_TYPE
|
||||
# define Q_FORWARD_DECLARE_CG_TYPE(type) typedef const struct type *type##Ref
|
||||
#endif
|
||||
#ifndef Q_FORWARD_DECLARE_MUTABLE_CG_TYPE
|
||||
# define Q_FORWARD_DECLARE_MUTABLE_CG_TYPE(type) typedef struct type *type##Ref
|
||||
#endif
|
||||
|
||||
|
||||
#endif // QTDARWINHELPERS_H
|
||||
Reference in New Issue
Block a user