Fixed cursor stretch code.

diff --git a/objects/cursoricon.c b/objects/cursoricon.c
index 1565733..1fb4c7a 100644
--- a/objects/cursoricon.c
+++ b/objects/cursoricon.c
@@ -512,7 +512,7 @@
 	    /* Create the XOR bitmap */
 
 	    if (DoStretch) {
-	      if ((hXorBits = CreateCompatibleBitmap(hdc, width, height))) {
+              if ((hXorBits = CreateBitmap(width, height, 1, 1, NULL))) {
 		HBITMAP hOld;
 		HDC hMem = CreateCompatibleDC(hdc);
 		BOOL res;