diff src/sysdep.h @ 6972:b5a6f5c71451

[project @ 2007-10-08 09:36:57 by jwe]
author jwe
date Mon, 08 Oct 2007 09:36:57 +0000
parents 6b7ba4a31876
children 93c65f2a5668
line wrap: on
line diff
--- a/src/sysdep.h
+++ b/src/sysdep.h
@@ -35,10 +35,10 @@
 
 extern void sysdep_cleanup (void);
 
-extern void raw_mode (bool, bool wait = true);
+extern OCTINTERP_API void raw_mode (bool, bool wait = true);
 
-extern FILE *octave_popen (const char *command, const char *mode);
-extern int octave_pclose (FILE *f);
+extern OCTINTERP_API FILE *octave_popen (const char *command, const char *mode);
+extern OCTINTERP_API int octave_pclose (FILE *f);
 
 extern OCTINTERP_API int octave_kbhit (bool wait = true);
 
@@ -52,7 +52,7 @@
 #define MINGW_SIGNAL_CLEANUP() do { } while (0)
 #endif
 
-extern bool same_file_internal (const std::string&, const std::string&);
+extern OCTINTERP_API bool same_file_internal (const std::string&, const std::string&);
 
 #endif