octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MSVC patch: additional exported symbols


From: Michael Goffioul
Subject: MSVC patch: additional exported symbols
Date: Wed, 18 Apr 2007 13:39:45 +0200

Index: liboctave/oct-md5.h
===================================================================
RCS file: /cvs/octave/liboctave/oct-md5.h,v
retrieving revision 1.2
diff -c -p -r1.2 oct-md5.h
*** liboctave/oct-md5.h 5 Mar 2007 22:03:31 -0000       1.2
--- liboctave/oct-md5.h 18 Apr 2007 11:37:45 -0000
*************** Software Foundation, Inc., 51 Franklin S
*** 21,29 ****

 */

! extern std::string oct_md5 (const std::string str);

! extern std::string oct_md5_file (const std::string file);

 /*
 ;;; Local Variables: ***
--- 21,29 ----

 */

! extern OCTAVE_API std::string oct_md5 (const std::string str);

! extern OCTAVE_API std::string oct_md5_file (const std::string file);

 /*
 ;;; Local Variables: ***


reply via email to

[Prev in Thread] Current Thread [Next in Thread]