Alexandre Julliard : riched20: Use the correct resource id for the reverse arrow cursor.

Alexandre Julliard julliard at winehq.org
Mon Oct 18 13:36:52 CDT 2010


Module: wine
Branch: master
Commit: 954558806e01e9d9e4ad28bf1726bafd03f8b191
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=954558806e01e9d9e4ad28bf1726bafd03f8b191

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Oct 14 19:47:31 2010 +0200

riched20: Use the correct resource id for the reverse arrow cursor.

---

 dlls/riched20/res.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/riched20/res.h b/dlls/riched20/res.h
index 8f329d1..aaf1222 100644
--- a/dlls/riched20/res.h
+++ b/dlls/riched20/res.h
@@ -18,4 +18,4 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define OCR_REVERSE 32768
+#define OCR_REVERSE 107




More information about the wine-cvs mailing list