BSOne.SFC/Tocsg.Module/ContextAwarePolicy/Define.pas

15 lines
160 B
Plaintext

unit Define;
interface
uses
Winapi.Messages;
const
WM_CAPOLICY_DLG_OK = WM_USER + 6548;
WM_CAPOLICY_DLG_CANCEL = WM_USER + 6549;
implementation
end.