commit | cf52644a1c6ab119a89ff461215d9155c3a422f1 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Sep 10 03:56:47 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Sep 10 03:56:47 2003 +0000 |
tree | c8765d4b7ff57ea1f2dab4ae9cc19ee710c44cb1 | |
parent | 9ef093ea8e0418ff1089fc725e6f86059e7c3420 [diff] [blame] |
Removed the A/W constants for builtin cursors, icons and resource types since they don't exist on Windows, and added typecasts everywhere instead.
diff --git a/controls/icontitle.c b/controls/icontitle.c index 53bd8f8..44173cd 100644 --- a/controls/icontitle.c +++ b/controls/icontitle.c
@@ -51,7 +51,7 @@ NULL, /* procA (winproc is Unicode only) */ IconTitleWndProc, /* procW */ 0, /* extra */ - IDC_ARROWA, /* cursor */ + IDC_ARROW, /* cursor */ 0 /* brush */ };