From: Jos v.d.V. <jo...@us...> - 2005-10-09 19:55:55
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7067/src/lib Modified Files: multiopen.f Log Message: Jos: Increased /szFile again Index: multiopen.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/multiopen.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** multiopen.f 1 Oct 2005 16:57:26 -0000 1.3 --- multiopen.f 9 Oct 2005 19:55:49 -0000 1.4 *************** *** 8,12 **** \- ofn-struct create ofn-struct 19 cells , 22 CELLS allot \ OPENFILENAME struct ! 12048 constant /szFile \ Was 2048 #ifndef fdlg-filter --- 8,12 ---- \- ofn-struct create ofn-struct 19 cells , 22 CELLS allot \ OPENFILENAME struct ! 262144 constant /szFile \ Was 2048 #ifndef fdlg-filter |