diff --git a/src/Magnum/Platform/WindowlessWglApplication.h b/src/Magnum/Platform/WindowlessWglApplication.h index dfffc0387..a21cf341d 100644 --- a/src/Magnum/Platform/WindowlessWglApplication.h +++ b/src/Magnum/Platform/WindowlessWglApplication.h @@ -29,8 +29,10 @@ * @brief Class @ref Magnum::Platform::WindowlessWglApplication, macro @ref MAGNUM_WINDOWLESSWGLAPPLICATION_MAIN() */ +#ifndef DOXYGEN_GENERATING_OUTPUT #define WIN32_LEAN_AND_MEAN 1 #define VC_EXTRALEAN +#endif #include #include "Magnum/Magnum.h" diff --git a/src/Magnum/Query.h b/src/Magnum/Query.h index a0b152c4f..43242babf 100644 --- a/src/Magnum/Query.h +++ b/src/Magnum/Query.h @@ -145,6 +145,9 @@ class MAGNUM_EXPORT AbstractQuery: public AbstractObject { */ ~AbstractQuery(); + #ifdef DOXYGEN_GENERATING_OUTPUT + private: + #endif void begin(GLenum target); private: