Bytecode DLL: include dynmex.h instead of mex.h (for compatibility with older

MATLAB)
time-shift
Sébastien Villemot 2010-09-20 10:23:05 +02:00
parent 25b3c84b40
commit 6c66e3d2af
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
# include "linbcg.hh"
#endif
#ifndef DEBUG_EX
# include "mex.h"
# include <dynmex.h>
#else
# include "mex_interface.hh"
#endif

View File

@ -23,7 +23,7 @@
#include <vector>
#include <fstream>
#ifndef DEBUG_EX
# include "mex.h"
# include <dynmex.h>
#else
# include "mex_interface.hh"
#endif