[FRAMEBUF]

* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62067
This commit is contained in:
Amine Khaldi 2014-02-09 12:38:16 +00:00
parent 7b06bb1c9c
commit d73bc4070e

View file

@ -18,9 +18,11 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _FRAMEBUF_PCH_
#define _FRAMEBUF_PCH_
#include <stdarg.h>
#include <windef.h>
#include <guiddef.h>
#include <wingdi.h>
#include <winddi.h>
#include <winioctl.h>
@ -157,3 +159,5 @@ IntSetPalette(
IN PPALETTEENTRY ppalent,
IN ULONG iStart,
IN ULONG cColors);
#endif /* _FRAMEBUF_PCH_ */