Browse Source

Add PACKAGE_VERSION to the Windows config.h, to allow it to build.

master
Reece H. Dunn 8 years ago
parent
commit
7946e49092
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/windows/config.h

+ 3
- 0
src/windows/config.h View File

// reserved ISO C names (like strdup) in favour of non-portable conforming // reserved ISO C names (like strdup) in favour of non-portable conforming
// variants that start with an '_'. This removes those deprecation warnings. // variants that start with an '_'. This removes those deprecation warnings.
#define _CRT_NONSTDC_NO_DEPRECATE #define _CRT_NONSTDC_NO_DEPRECATE

// This is created by autoconf on POSIX-compatibe build environments.
#define PACKAGE_VERSION "1.49.0"

Loading…
Cancel
Save