mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-11-03 12:38:05 -06:00 
			
		
		
		
	dll: FspService: improve console mode handling
This commit is contained in:
		@@ -860,7 +860,6 @@ typedef struct _FSP_SERVICE
 | 
			
		||||
    CRITICAL_SECTION ServiceStatusGuard;
 | 
			
		||||
    SERVICE_STATUS ServiceStatus;
 | 
			
		||||
    BOOLEAN AllowConsoleMode;
 | 
			
		||||
    HANDLE ConsoleModeEvent;
 | 
			
		||||
    WCHAR ServiceName[];
 | 
			
		||||
} FSP_SERVICE;
 | 
			
		||||
#pragma warning(pop)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user