extractor.h (libextractor-1.10) | : | extractor.h (libextractor-1.11) | ||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
} | } | |||
#endif | #endif | |||
#endif | #endif | |||
#include <stdint.h> | #include <stdint.h> | |||
/** | /** | |||
* 0.2.6-1 => 0x00020601 | * 0.2.6-1 => 0x00020601 | |||
* 4.5.2-0 => 0x04050200 | * 4.5.2-0 => 0x04050200 | |||
*/ | */ | |||
#define EXTRACTOR_VERSION 0x01080001 | #define EXTRACTOR_VERSION 0x010B0000 | |||
#include <stdio.h> | #include <stdio.h> | |||
#ifndef _EXTRACTOR_EXTERN | #ifndef _EXTRACTOR_EXTERN | |||
#if defined(_WIN32) && defined(MHD_W32LIB) | #if defined(_WIN32) && defined(MHD_W32LIB) | |||
#define _EXTRACTOR_EXTERN extern | #define _EXTRACTOR_EXTERN extern | |||
#elif defined (_WIN32) && defined(MHD_W32DLL) | #elif defined (_WIN32) && defined(MHD_W32DLL) | |||
/* Define MHD_W32DLL when using MHD as W32 .DLL to speed up linker a little */ | /* Define MHD_W32DLL when using MHD as W32 .DLL to speed up linker a little */ | |||
#define _EXTRACTOR_EXTERN __declspec(dllimport) | #define _EXTRACTOR_EXTERN __declspec(dllimport) | |||
#else | #else | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |