smb: use process.h instead of GetCurrentProcessId
This commit is contained in:
		
							parent
							
								
									4c1b14b59a
								
							
						
					
					
						commit
						15b9d8965d
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -27,9 +27,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if !defined(CURL_DISABLE_SMB) && defined(USE_CURL_NTLM_CORE)
 | 
					#if !defined(CURL_DISABLE_SMB) && defined(USE_CURL_NTLM_CORE)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef _WIN32
 | 
					#include <process.h>
 | 
				
			||||||
#define getpid GetCurrentProcessId
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "smb.h"
 | 
					#include "smb.h"
 | 
				
			||||||
#include "urldata.h"
 | 
					#include "urldata.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue