Jame's Easy7Zip changes, translocated from 16 to 18.05

This commit is contained in:
glachancecmaisonneuve
2018-09-05 01:02:45 -04:00
parent b82b3e5533
commit 42fa923138
24 changed files with 822 additions and 67 deletions

View File

@@ -25,6 +25,7 @@ you can change this h file or h files included in this file.
// NewHandler.h and NewHandler.cpp redefine operator new() to throw exceptions, if compiled with old MSVC compilers
#include "NewHandler.h"
#include <stdio.h>
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))