1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Always set the $MINENUMSIZE directive

Fix for #139 when using external message pump
This commit is contained in:
Salvador Díaz Fau
2018-11-22 15:02:21 +01:00
parent 7e7f0cbe8f
commit 18135e907a
133 changed files with 282 additions and 540 deletions

View File

@ -41,10 +41,8 @@ unit uCEFWorkSchedulerThread;
{$MODE OBJFPC}{$H+}
{$ENDIF}
{$IFNDEF CPUX64}
{$ALIGN ON}
{$MINENUMSIZE 4}
{$ENDIF}
{$IFNDEF CPUX64}{$ALIGN ON}{$ENDIF}
{$MINENUMSIZE 4}
{$I cef.inc}