6 #ifndef _INC_cWinWallpaper_H
7 #define _INC_cWinWallpaper_H
12 #include "../GrayLibBase.h"
16 #if defined(_WIN32) && ! defined(_MFC_VER) && ! defined(UNDER_CE) && defined(_MSC_VER)
22 class GRAYLIB_LINK cWinWallpaper :
public cSingleton < cWinWallpaper >
27 friend class cSingleton < cWinWallpaper > ;
31 bool m_bRestoreActiveDesktop;
32 int m_nRestoreWallpaper;
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
#define CHEAPOBJECT_IMPL
Definition: cHeapObject.h:32
#define UNITTEST_FRIEND(n)
Define this in the class body to be unit tested. Allow the unit test to access private/protected stuf...
Definition: cUnitTestDecl.h:17
UNITTEST2_PREDEF(cQuadtree)