 d01c200345
			
		
	
	
	d01c200345
	
	
	
		
			
			* Link with Comctl32.lib * Update manifest file to use common controls v6 Thanks @vinnyp for finding out how to make it work
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			626 B
			
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			626 B
			
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | |
| <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 | |
| 
 | |
|   <dependency>
 | |
|     <dependentAssembly>
 | |
|       <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity>
 | |
|     </dependentAssembly>
 | |
|   </dependency>
 | |
| 
 | |
|   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
 | |
|     <security>
 | |
|       <requestedPrivileges>
 | |
|         <requestedExecutionLevel level="asInvoker" />
 | |
|       </requestedPrivileges>
 | |
|     </security>
 | |
|   </trustInfo>
 | |
| 
 | |
| </assembly>
 |