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.
31 lines
569 B
31 lines
569 B
/**********************************Module**********************************\
|
|
*
|
|
* precomp.h
|
|
*
|
|
* Precompiled header file
|
|
*
|
|
* History:
|
|
* Wed Jul 19 14:50:27 1995 -by- Drew Bliss [drewb]
|
|
* Created
|
|
*
|
|
* Copyright (c) 1995 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <windows.h>
|
|
#include <math.h>
|
|
#include <commctrl.h>
|
|
#include <scrnsave.h>
|
|
|
|
#include <gl\gl.h>
|
|
#include <gl\glu.h>
|
|
#include <gl\glaux.h>
|
|
|
|
|
|
#include <sscommon.h>
|
|
|
|
#include "rsrc.h"
|
|
#include "ssflwbox.h"
|
|
#include "geom.h"
|