Fixing memory access violation issues

This commit is contained in:
darealshinji 2017-06-21 15:33:43 +02:00
parent 71106b1794
commit 2b645a7f55
4 changed files with 13 additions and 27 deletions

2
checkrt.h Normal file
View file

@ -0,0 +1,2 @@
extern char optional[1024];
extern void checkrt(char *usr_in_appdir);