/* * Extra bits for cuSPARSE bindings */ #ifndef C_STUBS_H #define C_STUBS_H #ifdef __MINGW32__ #include #undef CUDARTAPI #define CUDARTAPI __stdcall #endif #include #include #endif /* C_STUBS_H */