fix some more compiler warnings due to defines being declared differently
This commit is contained in:
		
							parent
							
								
									59836c0f2a
								
							
						
					
					
						commit
						cc3e99f747
					
				| 
						 | 
					@ -89,8 +89,8 @@ extern int mmapFd;
 | 
				
			||||||
#include <stdlib.h>
 | 
					#include <stdlib.h>
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define NEED_XF86_TYPES
 | 
					#define NEED_XF86_TYPES 1
 | 
				
			||||||
#define NEED_XF86_PROTOTYPES
 | 
					#define NEED_XF86_PROTOTYPES 1
 | 
				
			||||||
#define DONT_DEFINE_WRAPPERS
 | 
					#define DONT_DEFINE_WRAPPERS
 | 
				
			||||||
#include "xf86_ansic.h"
 | 
					#include "xf86_ansic.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue