Skip to content

Commit 656dbfc

Browse files
committed
Manually merge revision 939 from PRODUCTION_1_0_x.
cygwin-win32.h: New file. Declare get_current_win32_thread_id(). cygwin-win32.cxx: Ditto. Implement get_current_win32_thread_id(). threads.cxx: Use get_current_win32_thread_id() on Cygwin. Makefile.am: Add new files. *: Regenerate.
1 parent ab4e7c1 commit 656dbfc

File tree

10 files changed

+434
-305
lines changed

10 files changed

+434
-305
lines changed

aclocal.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
m4_ifndef([AC_AUTOCONF_VERSION],
1515
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16-
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
17-
[m4_warning([this file was generated for autoconf 2.67.
16+
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17+
[m4_warning([this file was generated for autoconf 2.68.
1818
You have another version of autoconf. It may work, but is not guaranteed to.
1919
If you have problems, you may need to regenerate the build system entirely.
2020
To do so, use the procedure documented by the package, typically `autoreconf'.])])

0 commit comments

Comments
 (0)