Fixed rendering problem with NO_SDL_PANGO.
This commit is contained in:
parent
c47ed8808a
commit
14063f43b9
25 changed files with 61 additions and 82 deletions
|
|
@ -3,7 +3,10 @@
|
|||
|
||||
#include "SDL.h"
|
||||
#include "SDL_mixer.h"
|
||||
|
||||
#include "libintl.h"
|
||||
#ifndef gettext_noop
|
||||
#define gettext_noop(String) String
|
||||
#endif
|
||||
|
||||
/* min() and max() variable comparisons: */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue