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

/******************************Module*Header*******************************\
* Module Name: mtkinit.hxx
*
* GL Utility routines
*
* Copyright (c) 1996 Microsoft Corporation
*
\**************************************************************************/
#ifndef __mtkinit_hxx__
#define __mtkinit_hxx__
#include "mtkwin.hxx"
#include "palette.hxx"
extern SS_PAL *gpssPal;
extern HBRUSH ghbrbg;
extern HCURSOR ghArrowCursor;
extern BOOL mtk_Init( MTKWIN * );
extern MTKWIN *gpMtkwinMain;
extern LPCTSTR pszMainWindowClass, pszUserWindowClass;
extern LPTSTR mtk_RegisterClass( WNDPROC wndProc, LPTSTR pszClass, HBRUSH hbrBg, HCURSOR hCursor );
#endif // __mtkinit_hxx__