sbkwindows.h 376 B

1234567891011121314151617
  1. // Copyright (C) 2022 The Qt Company Ltd.
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. #ifndef SBKWINDOWS_H
  4. #define SBKWINDOWS_H
  5. #ifdef _WIN32
  6. # ifndef NOMINMAX
  7. # define NOMINMAX
  8. # endif
  9. # ifndef WIN32_LEAN_AND_MEAN
  10. # define WIN32_LEAN_AND_MEAN
  11. # endif
  12. # include <windows.h>
  13. #endif
  14. #endif // SBKWINDOWS_H