user32: Get rid of the Wine-specific OCR_DRAGOBJECT.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2f2e5b998a
commit
078dad1ad1
Binary file not shown.
Before Width: | Height: | Size: 326 B |
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue