Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Common.h « Common « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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