mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
13
CPP/Common/Common.h
Normal file
13
CPP/Common/Common.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// Common.h
|
||||
|
||||
#ifndef __COMMON_COMMON_H
|
||||
#define __COMMON_COMMON_H
|
||||
|
||||
#include "../../C/Compiler.h"
|
||||
|
||||
#include "MyWindows.h"
|
||||
#include "NewHandler.h"
|
||||
|
||||
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[1]))
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user