8 lines
192 B
C
8 lines
192 B
C
|
#ifndef PATCH_GEN_COMMON_H
|
||
|
#define PATCH_GEN_COMMON_H
|
||
|
|
||
|
// We need to find other method to send global parameter/argument
|
||
|
extern unsigned int jobs_simultaneously;
|
||
|
|
||
|
#endif // PATCH_GEN_COMMON_H
|