Skip to content

Commit

Permalink
try another approach
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins committed Aug 20, 2024
1 parent 6d2ffbe commit 129a4d3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions gdal/keadriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,11 @@
*
*/

#define GDAL_COMPILATION
#include "keaband.h" // for HAVE_64BITIMAGES

// CPL_DLL definition seems to have changed for consumers of the library?
#if defined(_MSC_VER)
#define KEA_DLL __declspec(dllexport)
#else
#define KEA_DLL
#endif

CPL_C_START
void KEA_DLL GDALRegister_KEA(void);
void CPL_DLL GDALRegister_KEA(void);
CPL_C_END

// method to register this driver
Expand Down

0 comments on commit 129a4d3

Please sign in to comment.