summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/win/CPP/Common/Common.h
blob: 9dd30f4bef2be6c508fd12276fa156baea858afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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