c040d15127
Preliminary port by Peter Valchev and me. A few details to fix, such as having SDL sound AND using timidity concurrently...
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
$OpenBSD: patch-win_Qt_qt_win_cpp,v 1.1.1.1 2001/07/05 13:29:06 espie Exp $
|
|
--- win/Qt/qt_win.cpp.orig Tue Jul 3 17:42:00 2001
|
|
+++ win/Qt/qt_win.cpp Wed Jul 4 11:23:29 2001
|
|
@@ -91,7 +91,8 @@ extern "C" {
|
|
#include "qt_clust.h"
|
|
#include "qt_xpms.h"
|
|
|
|
-#include <malloc.h>
|
|
+//#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
|
|
#ifdef _WS_X11_
|
|
// For userid control
|