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.

24 lines
683 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: mtkinit.hxx
  3. *
  4. * GL Utility routines
  5. *
  6. * Copyright (c) 1996 Microsoft Corporation
  7. *
  8. \**************************************************************************/
  9. #ifndef __mtkinit_hxx__
  10. #define __mtkinit_hxx__
  11. #include "mtkwin.hxx"
  12. #include "palette.hxx"
  13. extern SS_PAL *gpssPal;
  14. extern HBRUSH ghbrbg;
  15. extern HCURSOR ghArrowCursor;
  16. extern BOOL mtk_Init( MTKWIN * );
  17. extern MTKWIN *gpMtkwinMain;
  18. extern LPCTSTR pszMainWindowClass, pszUserWindowClass;
  19. extern LPTSTR mtk_RegisterClass( WNDPROC wndProc, LPTSTR pszClass, HBRUSH hbrBg, HCURSOR hCursor );
  20. #endif // __mtkinit_hxx__