Skip to content

Commit

Permalink
BLD: Add support for MINGW32.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 27, 2023
1 parent 28c591e commit d239ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/iapws_r283.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef IAPWS_R283_H
#define IAPWS_R283_H

#if _MSC_VER
#if _MSC_VER || __MINGW32__ || __MINGW64__
#define ADD_IMPORT __declspec(dllimport)
#else
#define ADD_IMPORT
Expand Down

0 comments on commit d239ab7

Please sign in to comment.