12 lines
152 B
C
12 lines
152 B
C
#ifndef COMMON_H
|
|
#define COMMON_H
|
|
|
|
|
|
extern bool g_bMatchDir;
|
|
extern bool g_bMatchFile;
|
|
extern bool g_bMatchDateTime;
|
|
extern bool g_bMatchSize;
|
|
|
|
|
|
#endif
|