[PATCH 1/3] comctl32: Move TaskDialogIndirect function to separate file

Nikolay Sivov bunglehead at gmail.com
Wed Oct 1 23:35:06 CDT 2014


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.



More information about the wine-devel mailing list