Add files via upload

This commit is contained in:
Li 2023-06-05 08:48:13 +12:00 committed by GitHub
parent 1eff10b037
commit c9bd3269c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -6,6 +6,17 @@
#include "aes.h"
#include "md5.c"
#ifdef MAX_PATH
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#else
#ifndef PATH_MAX
#define PATH_MAX (0x7FFF)
#endif
#endif
#define DEBUG 1
#define PSSE_BLOCK_SIZE (0x8000)