[ctrtool] Fixed issue #7

This commit is contained in:
jakcron
2015-11-20 03:13:31 +08:00
parent 7e04a8249e
commit 127d1161e5
29 changed files with 241 additions and 253 deletions
+6
View File
@@ -35,6 +35,12 @@ int key_load(char *name, u8 *out_buf);
int makedir(const char* dir);
u64 _fsize(const char *filename);
#ifndef _WIN32
extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
#endif
#ifdef __cplusplus
}
#endif