forked from Dniel97/segatools
Add precompiled header
This commit is contained in:
parent
ab2d64b7af
commit
5e93b660e3
20
precompiled.h
Normal file
20
precompiled.h
Normal file
@ -0,0 +1,20 @@
|
||||
/* Win32 user-mode API */
|
||||
#include <windows.h>
|
||||
#include <winternl.h>
|
||||
#include <setupapi.h>
|
||||
#include <unknwn.h>
|
||||
#include <d3d9.h>
|
||||
|
||||
/* Win32 kernel-mode definitions */
|
||||
#include <ntdef.h>
|
||||
#include <ntstatus.h>
|
||||
#include <devioctl.h>
|
||||
#include <ntddser.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
Loading…
Reference in New Issue
Block a user