2015-09-05 10:37:36 +00:00
|
|
|
#pragma once
|
|
|
|
|
2015-10-18 16:55:31 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2015-09-06 17:19:40 +00:00
|
|
|
extern BOOL bIsWindows;
|
2016-02-13 13:11:39 +00:00
|
|
|
extern BOOL bIsPreVistaOSVersion;
|
2015-09-06 17:19:40 +00:00
|
|
|
|
2015-10-26 23:03:21 +00:00
|
|
|
extern const LPCWSTR IDS_REACTOS;
|
|
|
|
extern const LPCWSTR IDS_MICROSOFT;
|
|
|
|
extern const LPCWSTR IDS_WINDOWS;
|
|
|
|
|
2015-09-05 10:37:36 +00:00
|
|
|
extern HINSTANCE hInst;
|
2015-09-06 17:19:40 +00:00
|
|
|
extern LPWSTR szAppName;
|
|
|
|
extern HWND hMainWnd;
|
2015-10-18 16:55:31 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} // extern "C"
|
|
|
|
#endif
|