Rev 172 | Rev 179 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 172 | Rev 175 | ||
|---|---|---|---|
| Line 603... | Line 603... | ||
| 603 | #define GLOBAL extern |
603 | #define GLOBAL extern |
| 604 | #else |
604 | #else |
| 605 | #define GLOBAL |
605 | #define GLOBAL |
| 606 | #endif |
606 | #endif |
| 607 | GLOBAL int language_id; |
607 | GLOBAL int language_id; |
| - | 608 | GLOBAL bool dont_nag; |
|
| 608 | GLOBAL bool is_registered; |
609 | GLOBAL bool is_registered; |
| 609 | GLOBAL bool terminate_everything; |
610 | GLOBAL bool terminate_everything; |
| 610 | GLOBAL HINSTANCE hAppInstance; |
611 | GLOBAL HINSTANCE hAppInstance; |
| 611 | GLOBAL wchar_t app_path[MAX_PATH]; |
612 | GLOBAL wchar_t app_path[MAX_PATH]; |
| 612 | GLOBAL wchar_t load_pathname[MAX_PATH]; |
613 | GLOBAL wchar_t load_pathname[MAX_PATH]; |