Cygwin/X: Cygwin doesn't have RTLD_LOCAL
RTLD_LOCAL is not defined on Cygwin Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
		
							parent
							
								
									5630ff8096
								
							
						
					
					
						commit
						7f781e780e
					
				| 
						 | 
					@ -55,6 +55,13 @@
 | 
				
			||||||
#include "dispatch.h"
 | 
					#include "dispatch.h"
 | 
				
			||||||
#include "extension_string.h"
 | 
					#include "extension_string.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* RTLD_LOCAL is not defined on Cygwin */
 | 
				
			||||||
 | 
					#ifdef __CYGWIN__
 | 
				
			||||||
 | 
					#ifndef RTLD_LOCAL
 | 
				
			||||||
 | 
					#define RTLD_LOCAL 0
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct __GLXDRIscreen   __GLXDRIscreen;
 | 
					typedef struct __GLXDRIscreen   __GLXDRIscreen;
 | 
				
			||||||
typedef struct __GLXDRIcontext  __GLXDRIcontext;
 | 
					typedef struct __GLXDRIcontext  __GLXDRIcontext;
 | 
				
			||||||
typedef struct __GLXDRIdrawable __GLXDRIdrawable;
 | 
					typedef struct __GLXDRIdrawable __GLXDRIdrawable;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue