File tree Expand file tree Collapse file tree 3 files changed +1
-21
lines changed Expand file tree Collapse file tree 3 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 39
39
#ifndef BACKEND_IFACE_FFT_H // Cython compatibility
40
40
#define BACKEND_IFACE_FFT_H
41
41
42
- // #include <cstdint>
43
-
44
- // TODO needs to move into common place like backend_defs.hpp
45
- #ifdef _WIN32
46
- #define INP_DLLEXPORT __declspec (dllexport)
47
- #else
48
- #define INP_DLLEXPORT
49
- #endif
50
-
51
- // TODO needs to move into common place like backend_defs.hpp
52
42
/* *
53
43
* @defgroup BACKEND_FFT_API Backend C++ library interface FFT API
54
44
* @{
Original file line number Diff line number Diff line change 39
39
#ifndef BACKEND_IFACE_RANDOM_H // Cython compatibility
40
40
#define BACKEND_IFACE_RANDOM_H
41
41
42
- #ifdef _WIN32
43
- #define INP_DLLEXPORT __declspec (dllexport)
44
- #else
45
- #define INP_DLLEXPORT
46
- #endif
47
-
48
42
/* *
49
43
* @defgroup BACKEND_RANDOM_API Backend C++ library interface RANDOM API
50
44
* @{
Original file line number Diff line number Diff line change 27
27
#ifndef CONSTANTS_H // Cython compatibility
28
28
#define CONSTANTS_H
29
29
30
- #ifdef _WIN32
31
- #define INP_DLLEXPORT __declspec (dllexport)
32
- #else
33
- #define INP_DLLEXPORT
34
- #endif
30
+ #include " dpnp_iface.hpp"
35
31
36
32
/* *
37
33
* This is container for the constants from Python interpreter and other modules. These constants are subject to use
You can’t perform that action at this time.
0 commit comments