diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-01-26 00:41:48 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-01-26 00:41:48 -0500 |
commit | 4c199b587f3a5e32af855bd541a5391f519485f3 (patch) | |
tree | 33e8fc7b32bab35b95c7b86e391c73a97331a6cd /backend_mitsu9550.c | |
parent | c5c7a88a4845a34b5951960a2dd48f85ecca87c5 (diff) | |
download | selphy_print-4c199b587f3a5e32af855bd541a5391f519485f3.tar.gz selphy_print-4c199b587f3a5e32af855bd541a5391f519485f3.tar.bz2 selphy_print-4c199b587f3a5e32af855bd541a5391f519485f3.zip |
build: MinGW now compiles selphy_print cleanly.
Need to test it out. Especially the dynamic DLL loading.
Diffstat (limited to 'backend_mitsu9550.c')
-rw-r--r-- | backend_mitsu9550.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend_mitsu9550.c b/backend_mitsu9550.c index ec10bdb..75bd834 100644 --- a/backend_mitsu9550.c +++ b/backend_mitsu9550.c @@ -57,7 +57,7 @@ struct BandImage { #define REQUIRED_LIB_APIVERSION 4 /* Image processing library function prototypes */ -#define LIB_NAME_RE "libMitsuD70ImageReProcess.so" // Reimplemented library +#define LIB_NAME_RE "libMitsuD70ImageReProcess" DLL_SUFFIX typedef int (*lib70x_getapiversionFN)(void); typedef int (*Get3DColorTableFN)(uint8_t *buf, const char *filename); |