Use compiler provided PTW_VERSION define for compatibility

This commit is contained in:
Robin Gareus
2025-12-05 16:00:09 +01:00
parent b938daca95
commit 728558e51c
9 changed files with 20 additions and 20 deletions

View File

@@ -42,8 +42,8 @@
* See the README file for an explanation of the pthreads-win32 version
* numbering scheme and how the DLL is named etc.
*/
#define PTW32_VERSION 2,9,1,0
#define PTW32_VERSION_STRING "2, 9, 1, 0\0"
#define __PTW32_VERSION 2,9,1,0
#define __PTW32_VERSION_STRING "2, 9, 1, 0\0"
/* There are three implementations of cancel cleanup.
* Note that pthread.h is included in both application