From 1109badbf7ade0bd6647654302a6ef5e1bb8fee2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 6 Nov 2013 15:29:23 +0000 Subject: Actman 30 merged with Awk's git-svn-id: http://svn.miranda-ng.org/main/trunk@6806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Actman30/i_cnst_call.inc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 plugins/Actman30/i_cnst_call.inc (limited to 'plugins/Actman30/i_cnst_call.inc') diff --git a/plugins/Actman30/i_cnst_call.inc b/plugins/Actman30/i_cnst_call.inc new file mode 100644 index 0000000000..8b8118ed28 --- /dev/null +++ b/plugins/Actman30/i_cnst_call.inc @@ -0,0 +1,23 @@ +{resource constants} +const + IDC_LIST_FUNC = 2101; + IDC_LIST_DLL = 2102; + IDC_CDECL = 2103; + IDC_STDCALL = 2104; + IDC_ARGCOUNT = 2105; + IDC_ARGSTAT = 2106; + + IDC_ARGNUM = 2110; + IDC_FLAG_PAR = 2111; + IDC_EDIT_PAR = 2112; + IDC_STRUCT = 2113; + + IDC_DLL = 2115; + IDC_DLL_CACHE = 2116; +{ + IDC_DLL_IMM = 2116; + IDC_DLL_MACRO = 2117; + IDC_DLL_END = 2118; +} + IDC_CLOSE_ARG = 2119; + IDC_CLOSE_RES = 2120; -- cgit v1.2.3