You've already forked CEF4Delphi
							
							
				mirror of
				https://github.com/salvadordf/CEF4Delphi.git
				synced 2025-10-30 23:07:52 +02:00 
			
		
		
		
	Always set the $MINENUMSIZE directive
Fix for #139 when using external message pump
This commit is contained in:
		| @@ -41,10 +41,8 @@ unit uCEFMiscFunctions; | ||||
|   {$MODE OBJFPC}{$H+} | ||||
| {$ENDIF} | ||||
|  | ||||
| {$IFNDEF CPUX64} | ||||
|   {$ALIGN ON} | ||||
|   {$MINENUMSIZE 4} | ||||
| {$ENDIF} | ||||
| {$IFNDEF CPUX64}{$ALIGN ON}{$ENDIF} | ||||
| {$MINENUMSIZE 4} | ||||
|  | ||||
| {$I cef.inc} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user