From: George H. <geo...@us...> - 2008-12-28 02:27:11
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19143 Modified Files: ListDLLSymbols.F Log Message: Corrected spelling Index: ListDLLSymbols.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/ListDLLSymbols.F,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ListDLLSymbols.F 27 Dec 2008 10:07:46 -0000 1.2 --- ListDLLSymbols.F 28 Dec 2008 02:27:05 -0000 1.3 *************** *** 91,96 **** cr .( List DLL Symbols -- loaded ) cr ! cr .( Usage: " LDS <filename> " to list the exported functions of the dll-file <filenname> ) ! cr .( or " LDSF " to choose a dll-file and list the exported functions. ) cr cr .( Note: Normaly the decorated names of the DLL functions are displayed. ) --- 91,96 ---- cr .( List DLL Symbols -- loaded ) cr ! cr .( Usage: " LDE <filename> " to list the exported functions of the dll-file <filenname> ) ! cr .( or " LDEF " to choose a dll-file and list the exported functions. ) cr cr .( Note: Normaly the decorated names of the DLL functions are displayed. ) |