Commit 078dad1a authored by Alexandre Julliard's avatar Alexandre Julliard

user32: Get rid of the Wine-specific OCR_DRAGOBJECT.

parent 2f2e5b99
......@@ -260,9 +260,6 @@ OCR_APPSTARTING CURSOR resources/ocr_appstarting.cur
/* @makedep: resources/ocr_help.cur */
OCR_HELP CURSOR resources/ocr_help.cur
/* @makedep: resources/ocr_dragobject.cur */
OCR_DRAGOBJECT CURSOR resources/ocr_dragobject.cur
/* @makedep: resources/ocr_pen.cur */
OCR_PEN CURSOR resources/ocr_pen.cur
......@@ -270,9 +267,7 @@ OCR_PEN CURSOR resources/ocr_pen.cur
OCR_RDRVERT CURSOR resources/ocr_rdrvert.cur
/* @makedep: resources/ocr_rdrhorz.cur */
/* FIXME: OCR_DRAGOBJECT already uses same resource number even though cursor image
* is entirely different */
/*OCR_RDRHORZ CURSOR resources/ocr_rdrhorz.cur*/
OCR_RDRHORZ CURSOR resources/ocr_rdrhorz.cur
/* @makedep: resources/ocr_rdr2dim.cur */
OCR_RDR2DIM CURSOR resources/ocr_rdr2dim.cur
......
......@@ -1014,7 +1014,6 @@
#define OCR_HELP 32651 /* DDK / Win16 */
#define OCR_RDRVERT 32652 /* DDK / Win16 */
#define OCR_RDRHORZ 32653 /* DDK / Win16 */
#define OCR_DRAGOBJECT OCR_RDRHORZ /* FIXME: Wine-only */
#define OCR_RDR2DIM 32654 /* DDK / Win16 */
#define OCR_RDRNORTH 32655 /* DDK / Win16 */
#define OCR_RDRSOUTH 32656 /* DDK / Win16 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment