Previous 199869 Revisions Next

r35315 Thursday 26th February, 2015 at 23:31:15 UTC by Couriersud
Fix windows sdl build. (nw)
[src/osd/sdl]window.c

trunk/src/osd/sdl/window.c
r243826r243827
5858// minimum window dimension
5959#define MIN_WINDOW_DIM                  200
6060
61#ifndef SDLMAME_WIN32
61//#ifndef SDLMAME_WIN32
6262#define WMSZ_TOP        (0)
6363#define WMSZ_BOTTOM     (1)
6464#define WMSZ_BOTTOMLEFT     (2)
r243826r243827
6767#define WMSZ_TOPLEFT        (5)
6868#define WMSZ_TOPRIGHT       (6)
6969#define WMSZ_RIGHT      (7)
70#endif
70//#endif
7171
7272//============================================================
7373//  GLOBAL VARIABLES


Previous 199869 Revisions Next


© 1997-2024 The MAME Team