mirror of https://github.com/snes9xgit/snes9x.git
win32: restore rom info dialog colors
This commit is contained in:
parent
4dddce8b88
commit
56a5d3c31f
4
port.h
4
port.h
|
@ -124,6 +124,10 @@ typedef size_t pint;
|
|||
|
||||
#define S9xDisplayString DisplayStringFromBottom
|
||||
#ifdef __WIN32__
|
||||
#ifndef SNES9X_QT
|
||||
void SetInfoDlgColor(unsigned char, unsigned char, unsigned char);
|
||||
#define SET_UI_COLOR(r,g,b) SetInfoDlgColor(r,g,b)
|
||||
#endif
|
||||
#ifndef snprintf
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue