PATCH: Documentation fix

Johan Gill johane at lysator.liu.se
Fri Oct 5 10:59:32 CDT 2001


The LR_ defines do not reside in windows.h anymore.

/Johan Gill, johane at lysator.liu.se

-------------- next part --------------
Index: windows/cursoricon.c
===================================================================
RCS file: /home/wine/wine/windows/cursoricon.c,v
retrieving revision 1.34
diff -u -r1.34 cursoricon.c
--- windows/cursoricon.c	2001/08/16 18:12:57	1.34
+++ windows/cursoricon.c	2001/10/05 14:33:13
@@ -2171,7 +2171,7 @@
 /**********************************************************************
  *		LoadImageA (USER32.@)
  * 
- * FIXME: implementation lacks some features, see LR_ defines in windows.h
+ * FIXME: implementation lacks some features, see LR_ defines in winuser.h
  */
 
 HANDLE WINAPI LoadImageA( HINSTANCE hinst, LPCSTR name, UINT type,
@@ -2203,7 +2203,7 @@
  *    Success: Handle to newly loaded image
  *    Failure: NULL
  *
- * FIXME: Implementation lacks some features, see LR_ defines in windows.h
+ * FIXME: Implementation lacks some features, see LR_ defines in winuser.h
  */
 HANDLE WINAPI LoadImageW( HINSTANCE hinst, LPCWSTR name, UINT type,
                 INT desiredx, INT desiredy, UINT loadflags )
@@ -2274,7 +2274,7 @@
  *    Failure: NULL
  *
  * FIXME: implementation still lacks nearly all features, see LR_*
- * defines in windows.h
+ * defines in winuser.h
  */
 HICON WINAPI CopyImage( HANDLE hnd, UINT type, INT desiredx,
                              INT desiredy, UINT flags )


More information about the wine-patches mailing list