mirror of https://github.com/odrling/Aegisub
Wrap shlobj.h with WIN32 again, it got removed in a previous commit.
Originally committed to SVN as r3534.
This commit is contained in:
parent
8504b4790d
commit
f41123aad4
|
@ -46,12 +46,15 @@
|
|||
#include <wx/dir.h>
|
||||
#endif
|
||||
|
||||
#include <shlobj.h>
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
#include FT_GLYPH_H
|
||||
#include FT_SFNT_NAMES_H
|
||||
|
||||
#ifdef WIN32
|
||||
#include <shlobj.h>
|
||||
#endif
|
||||
|
||||
#include "charset_conv.h"
|
||||
#include "font_file_lister_freetype.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue