full diff: https://github.com/microsoft/hcsshim/compare/v0.8.15...v0.8.16 also updating github.com/Microsoft/hcsshim/test to current master Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
		
			
				
	
	
		
			12 lines
		
	
	
		
			368 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			368 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package winapi
 | 
						|
 | 
						|
// DWORD SearchPathW(
 | 
						|
// 	LPCWSTR lpPath,
 | 
						|
// 	LPCWSTR lpFileName,
 | 
						|
// 	LPCWSTR lpExtension,
 | 
						|
// 	DWORD   nBufferLength,
 | 
						|
// 	LPWSTR  lpBuffer,
 | 
						|
// 	LPWSTR  *lpFilePart
 | 
						|
// );
 | 
						|
//sys SearchPath(lpPath *uint16, lpFileName *uint16, lpExtension *uint16, nBufferLength uint32, lpBuffer *uint16, lpFilePath *uint16) (size uint32, err error) = kernel32.SearchPathW
 |