Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*****************************************************************************\
* MODULE: globals.h * * Global variables used throughout the library. * * * Copyright (C) 1996-1998 Hewlett Packard Company. * Copyright (C) 1996-1998 Microsoft Corporation. * * History: * 10-Oct-1997 GFS Initiated port from win95 to winNT * 25-Jun-1998 CHW Cleaned/localized. * \*****************************************************************************/
extern HINSTANCE g_hLibInst;
extern CONST TCHAR g_szEnvironment []; extern CONST TCHAR g_szDll16 []; extern CONST TCHAR g_szDll32 []; extern CONST TCHAR g_szNewLine []; extern CONST TCHAR g_szUniqueID []; extern CONST TCHAR g_szColorPath []; extern CONST TCHAR g_szBackslash []; extern CONST TCHAR g_szComma []; extern CONST TCHAR g_szSpace []; extern CONST TCHAR g_szNull []; extern CONST TCHAR g_szDot [];
extern CONST CHAR g_szExtDevModePropSheet []; extern CONST CHAR g_szExtDevMode []; extern CONST CHAR g_szDevMode [];
extern LPTSTR g_szFmtName; extern LPTSTR g_szMsgOptions; extern LPTSTR g_szMsgThunkFail; extern LPTSTR g_szPrinter; extern LPTSTR g_szMsgExists; extern LPTSTR g_szMsgOptCap;
|