build: generate package.xml
[m6w6/ext-psi] / README.md
index 5d20134bc0f8a6ca5bb239a957feb5a9a0aca445..3b4c47898df844e508874e69471d15406b5b2979 100644 (file)
--- a/README.md
+++ b/README.md
@@ -225,7 +225,7 @@ extern char *strerror(int errnum);
 
 You may specify a non-standard calling convention in place of `extern`, where `default` and `cdecl` have the same meaning as `extern`.
 
-Additionally recognized calling conventions include: `mscdecl`, `stdcall` and `fastcall`.
+Additionally recognized calling conventions include: `stdcall` and `fastcall`.
 
 ### Constants