Rev 6055 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6055 | Rev 6056 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | #include "compat.h"
|
- | |
3 | #include "sdlappicon.h"
|
- | |
4 | #include "sdl_inc.h"
|
2 | #include "sdl_inc.h"
|
- | 3 | #include "sdlappicon.h"
|
|
5 | 4 | ||
6 | static uint8_t sdlappicon_pixels[] = { |
5 | static Uint8 sdlappicon_pixels[] = { |
7 | #if defined _WIN32 && SDL_MAJOR_VERSION==1
|
6 | #if defined _WIN32 && SDL_MAJOR_VERSION==1
|
8 | # include "eduke32_icon_32px.c"
|
7 | # include "eduke32_icon_32px.c"
|
9 | #else
|
8 | #else
|
10 | # include "eduke32_icon_48px.c"
|
9 | # include "eduke32_icon_48px.c"
|
11 | #endif
|
10 | #endif
|