mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
I forgot to put the minimalist headers back
svn path=/trunk/; revision=70229
This commit is contained in:
parent
4cb478b712
commit
a3da2cac64
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
|||
#ifndef __CHARMAP_PRECOMP_H
|
||||
#define __CHARMAP_PRECOMP_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winuser.h>
|
||||
#include <wingdi.h>
|
||||
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue