|
@@ -1238,7 +1238,7 @@ function GlobalUnlockPtr(lp:pointer):Pointer;
|
|
|
function GlobalLockPtr(lp:pointer):Pointer;
|
|
|
function GlobalReAllocPtr(lp:Pointer;cbNew,flags:DWord):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}
|
|
|
|
|
@@ -2335,7 +2335,10 @@ end;
|
|
|
|
|
|
{
|
|
|
$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.
|
|
|
|
|
|
Revision 1.21 2004/11/14 18:05:54 marco
|