Patch by Kavjorm to fix app server tests (#6367). Thanks!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42953 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2011-10-29 14:52:17 +00:00
parent 32aa019c45
commit 1e52d1c2d5
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#include <View.h>
#include <Window.h>
#include <stdio.h>
#include <string.h>
uint32 kBitmapBits[] = {
0x00777477, 0x00777477, 0x00777477, 0x00777477, 0x00777477, 0x00777477,

View File

@ -8,5 +8,5 @@ UseHeaders [ FDirName os interface ] ;
Application DrawingModes :
DrawingModes.cpp
: be
: $(TARGET_LIBSTDC++) be
;