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.

13 lines
307 B

  1. #ifndef __LEXEDIT_GLOBALS_H__
  2. #define __LEXEDIT_GLOBALS_H__
  3. #include "LexEdit_1.h"
  4. // Global handles to each of the dialogs
  5. extern HWND g_hDlg;
  6. extern HINSTANCE g_hInst;
  7. // Other global variables
  8. extern WCHAR g_szWFileName[256];
  9. extern TCHAR* g_pszFileText;
  10. #endif // __LEXEDIT_GLOBALS_H__