diff options
Diffstat (limited to 'src/mir_core/mir_core.def')
-rw-r--r-- | src/mir_core/mir_core.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mir_core/mir_core.def b/src/mir_core/mir_core.def index b0b369f320..312540f081 100644 --- a/src/mir_core/mir_core.def +++ b/src/mir_core/mir_core.def @@ -276,3 +276,7 @@ mir_strcat @273 mir_wstrcat @274
mir_strncat @275
mir_wstrncat @276
+mir_strcmp @277
+mir_strcmpi @278
+mir_wstrcmp @279
+mir_wstrcmpi @280
|