Some minor additional changes (filepicker)
This commit is contained in:
@@ -30,6 +30,13 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#ifdef LL_WINDOWS
|
||||
#include <windows.h>
|
||||
#include <WinUser.h>
|
||||
#include <commdlg.h>
|
||||
#endif
|
||||
|
||||
#include "stdtypes.h" // BOOL
|
||||
|
||||
// Translation map.
|
||||
@@ -62,13 +69,6 @@ namespace LLWindowSDL {
|
||||
#include "llstring.h"
|
||||
#endif
|
||||
|
||||
// Need commdlg.h for OPENFILENAMEA
|
||||
#ifdef LL_WINDOWS
|
||||
#include <windows.h>
|
||||
#include <WinUser.h>
|
||||
#include <commdlg.h>
|
||||
#endif
|
||||
|
||||
// mostly for Linux, possible on others
|
||||
#if LL_GTK
|
||||
# include "gtk/gtk.h"
|
||||
|
||||
Reference in New Issue
Block a user