mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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:
parent
7b06bb1c9c
commit
d73bc4070e
1 changed files with 5 additions and 1 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Reference in a new issue