ReactOS 0.4.15-dev-7931-gfd331f1
msconfig.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7extern BOOL bIsWindows;
9
10extern const LPCWSTR IDS_REACTOS;
11extern const LPCWSTR IDS_MICROSOFT;
12extern const LPCWSTR IDS_WINDOWS;
13
14extern HINSTANCE hInst;
15extern LPWSTR szAppName;
16extern HWND hMainWnd;
17
18#ifdef __cplusplus
19} // extern "C"
20#endif
unsigned int BOOL
Definition: ntddk_ex.h:94
HINSTANCE hInst
Definition: dxdiag.c:13
const LPCWSTR IDS_WINDOWS
Definition: msconfig.c:37
const LPCWSTR IDS_MICROSOFT
Definition: msconfig.c:36
BOOL bIsPreVistaOSVersion
Definition: msconfig.c:32
LPWSTR szAppName
Definition: solitaire.cpp:18
HWND hMainWnd
Definition: magnifier.c:32
const LPCWSTR IDS_REACTOS
Definition: msconfig.c:35
BOOL bIsWindows
Definition: msconfig.c:31
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185