mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Fix warnings
svn path=/trunk/; revision=16779
This commit is contained in:
parent
59d0d06535
commit
edcb998459
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
||||||
#ifndef USER32_H
|
#ifndef USER32_H
|
||||||
#define USER32_H
|
#define USER32_H
|
||||||
|
|
||||||
|
/* C Headers */
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
/* SDK/NDK Headers */
|
/* SDK/NDK Headers */
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <windowsx.h>
|
#include <windowsx.h>
|
||||||
|
|
Loading…
Reference in a new issue