mirror of https://github.com/tongzx/nt5src
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.
19 lines
486 B
19 lines
486 B
/******************************Module*Header*******************************\
|
|
* Module Name: glwindow.h
|
|
*
|
|
* Declarations for glwindow.c.
|
|
*
|
|
* Created: 14-Mar-1995 23:44:13
|
|
* Author: Gilman Wong [gilmanw]
|
|
*
|
|
* Copyright (c) 1995 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
#ifndef _GLWIND_H_
|
|
#define _GLWIND_H_
|
|
|
|
HWND MyCreateGLWindow(HINSTANCE hInstance, LPTSTR lpsz);
|
|
long FAR PASCAL GLWndProc(HWND, UINT, WPARAM, LPARAM);
|
|
|
|
#endif
|