@ -3,11 +3,6 @@
#include "../DiabloUI/diabloui.h"
#include <config.h>
#ifdef _MSC_VER
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
#endif
DEVILUTION_BEGIN_NAMESPACE
HWND ghMainWnd;
@ -8,11 +8,6 @@
#include "DiabloUI/diabloui.h"
#include "DiabloUI/dialogs.h"
#if defined(USE_SDL1) && defined(RETROFW)
#include <unistd.h>
@ -180,3 +180,8 @@
#define SwapLE16 SDL_SwapLE16
#define ErrSdl() ErrDlg("SDL Error", SDL_GetError(), __FILE__, __LINE__)