mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[FRAMEBUF]
* Add header guards to the main header. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=62067
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user