BP_PAINTPARAMS *pPaintParams,
HDC *phdc)
{
- TRACE("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
- pPaintParams, phdc);
+ static int i;
+
- TRACE("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
- pPaintParams, phdc);
-
+ if (!i++)
+ FIXME("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
+ pPaintParams, phdc);
return NULL;
}
#include <windows.h>
#include <commctrl.h>
#include <shellapi.h>
+
+#include <wine/debug.h>
+#include <fcntl.h>
+
+#define COBJMACROS
+#include "shlobj.h"
+#include "shlwapi.h"
+#include "olectl.h"
+
#include "resource.h"
#include "winecfg.h"
+#define ETERSOFT_FUNC_VERSION
+#include <wine/etersoft.h>
+
+WINE_DEFAULT_DEBUG_CHANNEL(winecfg);
+
+
static HICON logo = NULL;
static HFONT titleFont = NULL;