diff options
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/msvc/lasso_config.h.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/msvc/lasso_config.h.in b/win32/msvc/lasso_config.h.in index 734715e4..a1358373 100644 --- a/win32/msvc/lasso_config.h.in +++ b/win32/msvc/lasso_config.h.in @@ -1,6 +1,3 @@ -/* Release version as a decimal */ -#define LASSO_VERSION_DECIMAL @VERSION_DECIMAL@ - /* Major version number */ #define LASSO_VERSION_MAJOR @VERSION_MAJOR@ @@ -15,7 +12,11 @@ /* Define if ID-WSF support is enabled */ /* #undef LASSO_WSF_ENABLED */ -#@LASSO_WSF_ENABLE@ +#if @LASSO_WSF_SUPPORT@ +# define LASSO_WSF_ENABLED +#else +# undef LASSO_WSF_ENABLED +#endif /* Name of package */ #define PACKAGE "@PACKAGE@" @@ -38,4 +39,3 @@ /* Version number of package */ #define VERSION "@VERSION@" - |
