diff --git a/.gitignore b/.gitignore index 97b7807ec06..c55992bbbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -464,7 +464,6 @@ dlls/user32/resources/user32.res dlls/user32/resources/version16.res dlls/user32/tests/*.ok dlls/user32/tests/resource.res -dlls/user32/tests/test_mono.bmp dlls/user32/tests/testlist.c dlls/user32/tests/user32_crosstest.exe dlls/usp10/libusp10.def diff --git a/dlls/user32/tests/Makefile.in b/dlls/user32/tests/Makefile.in index 40fec5bd424..9fd26ec3460 100644 --- a/dlls/user32/tests/Makefile.in +++ b/dlls/user32/tests/Makefile.in @@ -30,10 +30,6 @@ CTESTS = \ RC_SRCS = resource.rc -RC_BINSRC = resource.rc -RC_BINARIES = \ - test_mono.bmp - @MAKE_TEST_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/user32/tests/resource.rc b/dlls/user32/tests/resource.rc index c2d5c3090e1..31ec68f89df 100644 --- a/dlls/user32/tests/resource.rc +++ b/dlls/user32/tests/resource.rc @@ -97,15 +97,8 @@ BEGIN PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14 END -/* BINRES test_mono.bmp */ +/* @makedep: test_mono.bmp */ 100 BITMAP test_mono.bmp -/* { - '42 4D 42 00 00 00 00 00 00 00 3E 00 00 00 28 00' - '00 00 02 00 00 00 01 00 00 00 01 00 01 00 00 00' - '00 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00' - '00 00 00 00 00 00 00 00 00 00 FF FF FF 00 40 00' - '00 00' -} */ 1 MENU { diff --git a/dlls/user32/tests/test_mono.bmp b/dlls/user32/tests/test_mono.bmp new file mode 100644 index 00000000000..0db4d811129 Binary files /dev/null and b/dlls/user32/tests/test_mono.bmp differ