parent
96913c7e8b
commit
e960d7b680
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71635
2 changed files with 24 additions and 0 deletions
12
chinese/stardict/files/patch-src::image.h
Normal file
12
chinese/stardict/files/patch-src::image.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/image.h.orig Sun Dec 15 00:37:41 2002
|
||||
+++ src/image.h Sun Dec 15 00:37:45 2002
|
||||
@@ -17,7 +17,8 @@
|
||||
#ifndef IMAGE_H
|
||||
#define IMAGE_H
|
||||
|
||||
-#include <stdiostream.h>
|
||||
+#include <iostream>
|
||||
+using namespace std;
|
||||
#include <stdlib.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
12
chinese/stardict/files/patch-src::trans.h
Normal file
12
chinese/stardict/files/patch-src::trans.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/trans.h.orig Sun Dec 15 00:37:55 2002
|
||||
+++ src/trans.h Sun Dec 15 00:38:48 2002
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <Xm/PushB.h>
|
||||
#include <Xm/DrawnB.h>
|
||||
#include <Xm/ArrowB.h>
|
||||
-#include <strstream.h>
|
||||
-#include <fstream.h>
|
||||
+#include <sstream>
|
||||
+#include <fstream>
|
||||
|
||||
#include "regdef.h"
|
Loading…
Reference in a new issue