MacOSX/Qt system tweaks
These changes clean up build warnings and allow the resulting "NetHack" Application icons to be dragged around freely in the Finder, as is expected for Mac apps.
This commit is contained in:
@@ -99,7 +99,11 @@ extern "C" {
|
||||
#include "qt_xpms.h"
|
||||
|
||||
#include <dirent.h>
|
||||
#include <malloc.h>
|
||||
#ifdef Q_WS_MACX
|
||||
# include <sys/malloc.h>
|
||||
#else
|
||||
# include <malloc.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WS_X11_
|
||||
// For userid control
|
||||
|
||||
Reference in New Issue
Block a user