2 Oct
2014
2 Oct
'14
4:35 a.m.
On 10/1/2014 16:35, Joachim Priesner wrote:
+#include <stdarg.h> +#include <string.h> + +#include "comctl32.h" +#include "shlwapi.h" + +#include "windef.h" +#include "winbase.h" +#include "wingdi.h" +#include "winternl.h" +#include "dlgs.h" +#include "wine/debug.h" +#include "wine/unicode.h" It's unlikely you need all of those.
+#define TD_WARNING_ICON MAKEINTRESOURCEW(-1) +#define TD_ERROR_ICON MAKEINTRESOURCEW(-2) +#define TD_INFORMATION_ICON MAKEINTRESOURCEW(-3) +#define TD_SHIELD_ICON MAKEINTRESOURCEW(-4) Where this comes from? I mean particular id values.