NT4/private/windows/opengl/server/soft/precomp.h
2020-09-30 17:12:29 +02:00

25 lines
385 B
C

#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <math.h>
#include <string.h>
#include <glp.h>
#include <context.h>
#include <global.h>
#include <render.h>
#include <imfuncs.h>
#include <imports.h>
#include <pixel.h>
#include <image.h>
#include "gencx.h"
// redisable this
#pragma warning (disable:4244)