First upload, 18 controller version
This commit is contained in:
17
.venv_nopip/Lib/site-packages/shiboken6/include/sbkwindows.h
Normal file
17
.venv_nopip/Lib/site-packages/shiboken6/include/sbkwindows.h
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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 SBKWINDOWS_H
|
||||
#define SBKWINDOWS_H
|
||||
|
||||
#ifdef _WIN32
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
# ifndef WIN32_LEAN_AND_MEAN
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# endif
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#endif // SBKWINDOWS_H
|
||||
Reference in New Issue
Block a user