Various fixes for win32, mostly as a result of the splits.
This commit is contained in:
parent
7ce606ea61
commit
2982961f38
7 changed files with 41 additions and 38 deletions
|
|
@ -22,6 +22,9 @@
|
|||
#include "get_fname.h"
|
||||
#include "debug.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include "win32_print.h"
|
||||
#endif
|
||||
|
||||
#ifdef FORKED_FONTS
|
||||
|
||||
|
|
@ -446,7 +449,7 @@ int load_user_fonts(SDL_Surface * screen, void *vp)
|
|||
{
|
||||
#ifdef WIN32
|
||||
homedirdir = GetSystemFontDir();
|
||||
loadfonts(homedirdir);
|
||||
loadfonts(screen, homedirdir);
|
||||
free(homedirdir);
|
||||
#elif defined(__BEOS__)
|
||||
loadfonts(screen, "/boot/home/config/font/ttffonts");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue