diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-02 16:51:45 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-02 16:51:45 +0200 |
| commit | 3e30ee1749d19f5188560f9a5cdab922180c71ca (patch) | |
| tree | 3d9400e1c232c609f66e6b68d6bd90dc621de35a /dev/comm | |
| parent | c49f9a9b4e685cc179f5048ada99bf627edaf110 (diff) | |
IMP: Update setup program for ZKA OS SDK.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/comm')
| -rw-r--r-- | dev/comm/xpcom_sms.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/comm/xpcom_sms.idl b/dev/comm/xpcom_sms.idl index 796b476a..2cfa53ba 100644 --- a/dev/comm/xpcom_sms.idl +++ b/dev/comm/xpcom_sms.idl @@ -2,6 +2,7 @@ Copyright ZKA Technologies.
+File: xpcom_sms.idl
Purpose: SMS XPCOM interface
------------------------------------------- */
@@ -11,10 +12,12 @@ Purpose: SMS XPCOM interface #define protocol class
#define interface private
#define interface_method
+
#define CONST const
#define CHAR char
#define INT32 __INT32_TYPE__
#define SIZE_T __SIZE_TYPE__
+
#define _Output
#define _Input
#define clsid(X)
|
