Skip to content
Snippets Groups Projects
Commit 9c3d23e4 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

bug fix: error in macro names

(cherry picked from commit 573b88122d5fd1bb2b993d7e049f59d0a6cb504c)
parent b0b80733
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
#ifndef __DW_STANDARD_DEFINES__
#define __DW_STANDARD_DEFINES__
#if defined(MATLAB_MEXFILE) || defined(OCTAVE_MEXFILE)
#if defined(MATLAB_MEX_FILE) || defined(OCTAVE_MEX_FILE)
#include <dynmex.h>
#include <dynblas.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment