mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 22:23:54 +01:00 
			
		
		
		
	ExportFFmpeg.cpp: Define snprintf as _snprintf on Windows.
This commit is contained in:
		| @@ -49,6 +49,10 @@ function. | ||||
|  | ||||
| #include "ExportFFmpegDialogs.h" | ||||
|  | ||||
| #if defined(WIN32) | ||||
| #define snprintf _snprintf | ||||
| #endif | ||||
|  | ||||
| #if defined(USE_FFMPEG) | ||||
|  | ||||
| extern FFmpegLibs *FFmpegLibsInst; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user