| 1234567891011121314151617181920212223242526 | 
							
- #pragma once
 
- #ifndef WINVER                          
 
- #define WINVER 0x0600           
 
- #endif
 
- #ifndef _WIN32_WINNT            
 
- #define _WIN32_WINNT 0x0600     
 
- #endif
 
- #ifndef _WIN32_WINDOWS          
 
- #define _WIN32_WINDOWS 0x0410 
 
- #endif
 
- #ifndef _WIN32_IE                       
 
- #define _WIN32_IE 0x0700        
 
- #endif
 
 
  |