You've already forked CEF4Delphi
							
							
				mirror of
				https://github.com/salvadordf/CEF4Delphi.git
				synced 2025-10-30 23:07:52 +02:00 
			
		
		
		
	Fixed issue #110 : Correct NativeInt and NativeUInt declaration in FPC
This commit is contained in:
		| @@ -1007,7 +1007,7 @@ end; | ||||
|  | ||||
| function GetModulePath : string; | ||||
| begin | ||||
|   Result := IncludeTrailingPathDelimiter(ExtractFileDir(GetModuleName(HInstance))); | ||||
|   Result := IncludeTrailingPathDelimiter(ExtractFileDir(GetModuleName(HINSTANCE{$IFDEF FPC}(){$ENDIF}))); | ||||
| end; | ||||
|  | ||||
| function CefParseUrl(const url: ustring; var parts: TUrlParts): Boolean; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user