user32: Get rid of the Wine-specific OCR_DRAGOBJECT.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alexandre Julliard 2017-07-07 09:20:12 +02:00
parent 2f2e5b998a
commit 078dad1ad1
3 changed files with 1 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

View File

@ -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

View File

@ -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 */