~ubuntu-branches/ubuntu/trusty/unrar-nonfree/trusty

1 by Chris Anderson
Import upstream version 3.3.6
1
#ifndef _RAR_SYSTEM_
2
#define _RAR_SYSTEM_
3
1.2.10 by Martin Meredith
Import upstream version 4.0.2
4
#ifdef _WIN_ALL
1.1.7 by Martin Meredith
Import upstream version 3.7.8
5
#ifndef BELOW_NORMAL_PRIORITY_CLASS
6
#define BELOW_NORMAL_PRIORITY_CLASS     0x00004000
7
#define ABOVE_NORMAL_PRIORITY_CLASS     0x00008000
8
#endif
9
#ifndef PROCESS_MODE_BACKGROUND_BEGIN
10
#define PROCESS_MODE_BACKGROUND_BEGIN   0x00100000
11
#define PROCESS_MODE_BACKGROUND_END     0x00200000
12
#endif
13
#ifndef SHTDN_REASON_MAJOR_APPLICATION
14
#define SHTDN_REASON_MAJOR_APPLICATION  0x00040000
15
#define SHTDN_REASON_FLAG_PLANNED       0x80000000
16
#define SHTDN_REASON_MINOR_MAINTENANCE  0x00000001
17
#endif
18
#endif
19
1 by Chris Anderson
Import upstream version 3.3.6
20
void InitSystemOptions(int SleepTime);
21
void SetPriority(int Priority);
22
void Wait();
23
bool EmailFile(char *FileName,char *MailTo);
24
void Shutdown();
25
1.2.10 by Martin Meredith
Import upstream version 4.0.2
26
27
1 by Chris Anderson
Import upstream version 3.3.6
28
#endif