Mercurial > hg > octave-nkf
diff liboctave/lo-utils.h @ 5451:ed08548b9054
[project @ 2005-09-15 19:52:50 by jwe]
author | jwe |
---|---|
date | Thu, 15 Sep 2005 19:52:50 +0000 |
parents | 4c8a2e4e0717 |
children | 89f5979e8552 |
line wrap: on
line diff
--- a/liboctave/lo-utils.h +++ b/liboctave/lo-utils.h @@ -60,6 +60,10 @@ extern void octave_write_double (std::ostream& os, double dval); extern void octave_write_complex (std::ostream& os, const Complex& cval); +#ifdef HAVE_LOADLIBRARY_API +#include <windows.h> +extern "C" void * octave_w32_library_search (HINSTANCE handle, const char *name); +#endif #endif /*