mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-16 10:11:49 -06:00
Origial James Hoo mod to 16.04
This commit is contained in:
@@ -3,11 +3,17 @@
|
||||
#ifndef __COMMON_COMMON_H
|
||||
#define __COMMON_COMMON_H
|
||||
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#define WINVER 0x0500
|
||||
#define _WIN32_IE 0x0501
|
||||
|
||||
#include "../../C/Compiler.h"
|
||||
|
||||
#include "MyWindows.h"
|
||||
#include "NewHandler.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[1]))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user