You've already forked lazarus-ccr
TvPlanIt: Fix cocoa crashing due to windows-like message VP_DatastoreChanged.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8887 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -49,8 +49,19 @@ const
|
||||
const
|
||||
{Custom message types}
|
||||
Vp_PrintFormatChanged = Vp_First + 1; {Print formats have changed}
|
||||
{$IFDEF DELPHI}
|
||||
Vp_DataStoreChanged = Vp_First + 2; {Data Store has changed}
|
||||
Vp_DayViewInit = Vp_First + 3; {Initialize the DayView}
|
||||
{$ENDIF}
|
||||
|
||||
const
|
||||
GUID_VpWatcher = '{F4199DB4-7051-40E9-8EC1-731B083D723E}';
|
||||
|
||||
type
|
||||
IVpWatcher = interface [GUID_VpWatcher]
|
||||
procedure VpDatastoreChanged;
|
||||
procedure VpPrintFormatChanged;
|
||||
end;
|
||||
|
||||
type
|
||||
{$IF FPC_FullVersion < 30000}
|
||||
|
Reference in New Issue
Block a user