You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	cmdutils: remove duplicate windows.h include
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		| @@ -231,7 +231,6 @@ static const OptionDef *find_option(const OptionDef *po, const char *name) | ||||
|  * by default. HAVE_COMMANDLINETOARGVW is true on cygwin, while | ||||
|  * it doesn't provide the actual command line via GetCommandLineW(). */ | ||||
| #if HAVE_COMMANDLINETOARGVW && defined(_WIN32) | ||||
| #include <windows.h> | ||||
| #include <shellapi.h> | ||||
| /* Will be leaked on exit */ | ||||
| static char** win32_argv_utf8 = NULL; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user