File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232
3333/* include windows if it hasn't been done before */ 
3434#ifndef  WIN32_LEAN_AND_MEAN 
35- #define  WIN32_LEAN_AND_MEAN 
35+ #   define  WIN32_LEAN_AND_MEAN 
3636#endif 
3737#include  <windows.h>               // CRITICAL_SECTION 
3838
Original file line number Diff line number Diff line change 1212
1313#ifdef  MS_WINDOWS 
1414#ifndef  WIN32_LEAN_AND_MEAN 
15- #define  WIN32_LEAN_AND_MEAN 
15+ #   define  WIN32_LEAN_AND_MEAN 
1616#endif 
1717#include  <windows.h>         // SwitchToThread() 
1818#elif  defined(HAVE_SCHED_H )
Original file line number Diff line number Diff line change 2323#include  <stddef.h>  /* For offsetof */ 
2424
2525#ifndef  WIN32_LEAN_AND_MEAN 
26- #define  WIN32_LEAN_AND_MEAN 
26+ #   define  WIN32_LEAN_AND_MEAN 
2727#endif 
2828#include  <windows.h> 
2929#include  <fcntl.h> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments