Commit 573b3890 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Move include/bitmaps/*.xpm where they belong.

parent 384eadc8
...@@ -251,7 +251,7 @@ WINE_INCLUDES = \ ...@@ -251,7 +251,7 @@ WINE_INCLUDES = \
library.h \ library.h \
unicode.h unicode.h
EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine EXTRASUBDIRS = msvcrt msvcrt/sys wine
@MAKE_RULES@ @MAKE_RULES@
......
/* XPM */
static char * wine_small_xpm[] = {
"16 16 10 1",
" c None",
". c #000000",
"+ c #91002E",
"@ c #92002F",
"# c #93002E",
"$ c #A70034",
"% c #B00038",
"& c #AC0036",
"* c #AF0038",
"= c #B10038",
" ... ",
" . . ",
" . . ",
" .. . ",
" ..+@#. ",
" .$%%&. ",
" .*%%. ",
" .=%=. ",
" .=%. ",
" ... ",
" .. ",
" .. ",
" . ",
" .... ",
" ... ",
" .. "};
...@@ -52,8 +52,8 @@ ...@@ -52,8 +52,8 @@
#include <objidl.h> #include <objidl.h>
#include <shlguid.h> #include <shlguid.h>
#include "bitmaps/wine.xpm"
#include "wine/debug.h" #include "wine/debug.h"
#include "wine.xpm"
WINE_DEFAULT_DEBUG_CHANNEL(menubuilder); WINE_DEFAULT_DEBUG_CHANNEL(menubuilder);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment