Initial amd64 port

This commit is contained in:
mittorn
2018-12-05 23:57:05 +07:00
parent aed53c4fda
commit 298393b653
35 changed files with 443 additions and 196 deletions

View File

@@ -287,7 +287,7 @@ typedef struct KeyValueData_s
char *szClassName; // in: entity classname
char *szKeyName; // in: name of key
char *szValue; // in: value of key
long fHandled; // out: DLL sets to true if key-value pair was understood
int fHandled; // out: DLL sets to true if key-value pair was understood
} KeyValueData;