]> git.sesse.net Git - vlc/commitdiff
activex: snprintf is defined in stdio.h, include it
authorAnthony Loiseau <anthony.loiseau@gmail.com>
Wed, 11 Feb 2009 09:24:18 +0000 (10:24 +0100)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 11 Feb 2009 15:50:51 +0000 (17:50 +0200)
This applies for plugin.cpp, vlccontrol2.cpp and persistpropbag.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
projects/activex/persistpropbag.h
projects/activex/plugin.cpp
projects/activex/vlccontrol2.cpp

index bd1dd887fca66469600fa331dff31c0d1f5cfe53..4a4878d4913dab8d8f28ec0a0c532bbc5468a057 100644 (file)
@@ -23,6 +23,7 @@
 #ifndef __PERSISTPROPBAG_H__
 #define __PERSISTPROPBAG_H__
 
+#include <stdio.h>
 #include <ocidl.h>
 
 class VLCPersistPropertyBag : public IPersistPropertyBag
index f9410c62357ca89165c32fd8e933c6772e65e261..445bd59f36cad2093255bdeba5d727549b0a6149 100644 (file)
@@ -40,6 +40,7 @@
 
 #include "utils.h"
 
+#include <stdio.h>
 #include <string.h>
 #include <winreg.h>
 #include <winuser.h>
index 8e3957dbb9dfdedf4f55f401fee270e044a31bc2..3ce374c71954ce2350f2ca47de05f1d8a69c0e33 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "utils.h"
 
+#include <stdio.h>
 #include <shlwapi.h>
 #include <wininet.h>
 #include <tchar.h>