11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
$OpenBSD: patch-src_main_cpp,v 1.1 2003/07/30 17:42:21 espie Exp $
|
|
--- src/main.cpp.orig 2003-07-30 19:23:25.000000000 +0200
|
|
+++ src/main.cpp 2003-07-30 19:23:58.000000000 +0200
|
|
@@ -1,3 +1,6 @@
|
|
+#if !defined(QT_CLEAN_NAMESPACE)
|
|
+#define QT_CLEAN_NAMESPACE
|
|
+#endif
|
|
extern "C" {
|
|
#include <ogle/dvdcontrol.h>
|
|
}
|