* fix: re-enable PartitionAlloc on macOS * no need to copy ignore_result on linux * factor out FixStdioStreams * include buildflags.h in electron_main_linux * #include electron/fuses * more missing includes
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			306 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			306 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
// Copyright (c) 2022 Slack Technologies, Inc.
 | 
						|
// Use of this source code is governed by the MIT license that can be
 | 
						|
// found in the LICENSE file.
 | 
						|
 | 
						|
#ifndef ELECTRON_SHELL_APP_UV_STDIO_FIX_H_
 | 
						|
#define ELECTRON_SHELL_APP_UV_STDIO_FIX_H_
 | 
						|
 | 
						|
void FixStdioStreams();
 | 
						|
 | 
						|
#endif  // ELECTRON_SHELL_APP_UV_STDIO_FIX_H_
 |