[FRAMEBUF]

* Use framebuf.h as a PCH.

svn path=/trunk/; revision=52944
This commit is contained in:
Amine Khaldi 2011-07-27 19:42:18 +00:00
parent c20958b2ed
commit b606b11575
3 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,7 @@ add_library(framebuf SHARED
framebuf.rc
${CMAKE_CURRENT_BINARY_DIR}/framebuf.def)
add_pch(framebuf framebuf.h)
set_entrypoint(framebuf DrvEnableDriver@12)
set_subsystem(framebuf native)
set_image_base(framebuf 0x00010000)

View file

@ -18,8 +18,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#pragma once
#include <stdarg.h>
#include <windef.h>
#include <guiddef.h>

View file

@ -10,4 +10,5 @@
<file>screen.c</file>
<file>surface.c</file>
<file>framebuf.rc</file>
<pch>framebuf.h</pch>
</module>