|
@@ -9,7 +9,7 @@
|
|
}
|
|
}
|
|
library testdll;
|
|
library testdll;
|
|
|
|
|
|
-function GetModuleFileName(hModule:longint;lpszPath:pchar;cchPath:longint):longint;
|
|
|
|
|
|
+function GetModuleFileName(hModule:HModule;lpszPath:pchar;cchPath:dword):dword;
|
|
stdcall; external 'kernel32' name 'GetModuleFileNameA';
|
|
stdcall; external 'kernel32' name 'GetModuleFileNameA';
|
|
procedure beep(ID:longint);
|
|
procedure beep(ID:longint);
|
|
stdcall; external 'user32' name 'MessageBeep';
|
|
stdcall; external 'user32' name 'MessageBeep';
|