Subversion Repositories Games.Chess Giants

Rev

Rev 193 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 193 Rev 194
Line 629... Line 629...
629
#define GLOBAL extern
629
#define GLOBAL extern
630
#else
630
#else
631
#define GLOBAL
631
#define GLOBAL
632
#endif
632
#endif
633
GLOBAL int language_id;
633
GLOBAL int language_id;
-
 
634
#ifndef NO_REGISTRATION
634
GLOBAL bool dont_nag;
635
GLOBAL bool dont_nag;
635
GLOBAL bool is_registered;
636
GLOBAL bool is_registered;
-
 
637
#endif // !NO_REGISTRATION
636
GLOBAL bool terminate_everything;
638
GLOBAL bool terminate_everything;
637
GLOBAL HINSTANCE hAppInstance;
639
GLOBAL HINSTANCE hAppInstance;
638
GLOBAL uint64_t kernel32_version;
640
GLOBAL uint64_t kernel32_version;
639
GLOBAL wchar_t app_path[MAX_PATH];
641
GLOBAL wchar_t app_path[MAX_PATH];
640
GLOBAL wchar_t load_pathname[MAX_PATH];
642
GLOBAL wchar_t load_pathname[MAX_PATH];