marco 21 years ago
parent
commit
e661ebe41b
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/win32/wininc/func.inc

+ 5 - 2
rtl/win32/wininc/func.inc

@@ -1238,7 +1238,7 @@ function GlobalUnlockPtr(lp:pointer):Pointer;
 function GlobalLockPtr(lp:pointer):Pointer;
 function GlobalLockPtr(lp:pointer):Pointer;
 function GlobalReAllocPtr(lp:Pointer;cbNew,flags:DWord):Pointer;
 function GlobalReAllocPtr(lp:Pointer;cbNew,flags:DWord):Pointer;
 function GlobalPtrHandle(lp:pointer):Pointer;
 function GlobalPtrHandle(lp:pointer):Pointer;
-function SetLayeredWindowAttributes(HWND:hwnd;crKey :COLORREF;bAlpha : byte;dwFlags : DWORD):WINBOOL; external 'user32' name 'SETLAYEREDWINDOWATTRIBUTES';
+function SetLayeredWindowAttributes(HWND:hwnd;crKey :COLORREF;bAlpha : byte;dwFlags : DWORD):WINBOOL; external 'user32' name 'SetLayeredWindowAttributes';
 
 
 {$endif read_interface}
 {$endif read_interface}
 
 
@@ -2335,7 +2335,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.22  2004-11-14 19:49:13  marco
+  Revision 1.23  2004-11-15 21:12:57  marco
+   * fix
+
+  Revision 1.22  2004/11/14 19:49:13  marco
    * setlayeredwindowattributes (2000+) added.
    * setlayeredwindowattributes (2000+) added.
 
 
   Revision 1.21  2004/11/14 18:05:54  marco
   Revision 1.21  2004/11/14 18:05:54  marco