bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: checkin of glthread/glcond modules


From: Bruno Haible
Subject: Re: checkin of glthread/glcond modules
Date: Sun, 17 Aug 2008 21:56:21 +0200
User-agent: KMail/1.5.4

In the 'yield' module, there were references to the Win32 API without
#include <windows.h>.

*** lib/glthread/yield.h.orig   2008-08-17 21:53:21.000000000 +0200
--- lib/glthread/yield.h        2008-08-17 21:45:59.000000000 +0200
***************
*** 73,79 ****
  /* Use the old Solaris threads library.  */
  
  # include <thread.h>
- # include <synch.h>
  
  # ifdef __cplusplus
  extern "C" {
--- 73,78 ----
***************
*** 92,97 ****
--- 91,98 ----
  
  #if USE_WIN32_THREADS
  
+ # include <windows.h>
+ 
  # ifdef __cplusplus
  extern "C" {
  # endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]