|
#2
|
||||
|
||||
|
delete these lines.
Code:
function SetLayeredWindowAttributes(hwnd: HWND; crKey: TColor; bAlpha: BYTE; dwFlags: DWORD): Boolean; external '[email protected] stdcall'; function GetWindowLong(Wnd: HWnd; Index: Integer): Longint; external '[email protected] stdcall'; function SetWindowLong(Wnd: HWnd; Index: Integer; NewLong: Longint): Longint; external '[email protected] stdcall'; function ReleaseCapture(): Longint; external '[email protected] stdcall'; function mciSendString(lpstrCommand: string; lpstrReturnString: string; uReturnLength:integer; hwndCallback:integer):integer; external '[email protected] stdcall'; Code:
#ifdef Unicode #define A "W" #else #define A "A" #endif function SetLayeredWindowAttributes(hwnd: HWND; crKey: TColor; bAlpha: BYTE; dwFlags: DWORD): Boolean; external '[email protected] stdcall'; function GetWindowLong(Wnd: HWnd; Index: Integer): Longint; external 'GetWindowLong{#A}@user32.dll stdcall'; function SetWindowLong(Wnd: HWnd; Index: Integer; NewLong: Longint): Longint; external 'SetWindowLong{#A}@user32.dll stdcall'; function ReleaseCapture(): Longint; external '[email protected] stdcall'; function mciSendString(lpstrCommand, lpstrReturnString: PAnsiChar; uReturnLength: Cardinal; hWndCallback: HWND): Cardinal;external '[email protected] stdcall';
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mod chip and import games | woo124 | PS2 Games | 6 | 30-01-2005 04:45 |
| How works Import Player (Pal -> NTSC) | RuSSeLL_bdx | PSX Games | 1 | 21-11-2003 05:20 |
| Japanese Import Games | gundamx2 | PS2 Games | 3 | 04-08-2003 11:04 |
| in need of help with rare import game | onesly | PSX Games | 3 | 21-02-2003 06:01 |
| Antimod patches for ALL import Dance Dance Revolution Titles needed! | sfetaz | PSX Games | 5 | 09-08-2002 20:14 |