mbctype.h: fix broken _mbctype[] and _mbcasemap[] declarations
[reactos.git] / rostests / dibtests / palbitblt / palbitblt.rbuild
1 <module name="palbitblt" type="win32gui" installbase="bin" installname="palbitblt.exe" allowwarnings="true" stdlib="host">
2 <define name="__USE_W32API" />
3 <library>kernel32</library>
4 <library>user32</library>
5 <library>gdi32</library>
6 <file>pal.c</file>
7 </module>