--- portab.h 2002/08/18 14:06:06 1.26 +++ portab.h 2002/11/07 10:28:15 1.26.2.2 @@ -12,8 +12,13 @@ #define DPRINTF_MV 0x00000040 #define DPRINTF_DEBUG 0x80000000 + +#ifdef _DEBUG // debug level -#define DPRINTF_LEVEL 0 +#define DPRINTF_LEVEL 0x0000000f +#else +#define DPRINTF_LEVEL 0x0 +#endif #define DPRINTF_BUF_SZ 1024 @@ -295,6 +300,8 @@ #else // OTHER OS +#define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \ + __declspec(align(alignment)) type name[(sizex)*(sizey)] #include #include