fix build

svn path=/trunk/; revision=28178
This commit is contained in:
Sylvain Petreolle 2007-08-05 14:58:58 +00:00
parent 56c73282c2
commit ec345d7f85
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#include "..\gdi32api.h" #include "../gdi32api.h"
#define INVALIDFONT "ThisFontDoesNotExist" #define INVALIDFONT "ThisFontDoesNotExist"

View file

@ -1,4 +1,4 @@
#include "..\gdi32api.h" #include "../gdi32api.h"
INT INT
Test_CreateRectRgn(PTESTINFO pti) Test_CreateRectRgn(PTESTINFO pti)