mirror of https://github.com/lianthony/NT4.0
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
310 B
19 lines
310 B
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
|
|
#include <windows.h>
|
|
#include <GL/gl.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
#include <winddi.h>
|
|
#include <glapi.h>
|
|
#include <glteb.h>
|
|
// temporay workaround for NT 3.51
|
|
// typedef ULONG FLONG;
|
|
#include <gldrv.h>
|
|
#include <glp.h>
|
|
|
|
#include "local.h"
|
|
#include "debug.h"
|