[MSCONFIG_NEW]
[reactos.git] / reactos / base / applications / msconfig_new / msconfig.h
1 #pragma once
2
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6
7 extern BOOL bIsWindows;
8 extern BOOL bIsOSVersionLessThanVista;
9
10 extern HINSTANCE hInst;
11 extern LPWSTR szAppName;
12 extern HWND hMainWnd;
13
14 #ifdef __cplusplus
15 } // extern "C"
16 #endif