[vlc-commits] ActiveX, npapi: Added config file for VC compilation.

Sergey Radionov git at videolan.org
Wed Nov 23 15:31:31 CET 2011


npapi-vlc | branch: master | Sergey Radionov <RSATom at gmail.com> | Fri Nov 18 09:05:57 2011 +0700| [448187ba43108661937c0b7f0b951840977ed261] | committer: Rafaël Carré

ActiveX, npapi: Added config file for VC compilation.

Signed-off-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=448187ba43108661937c0b7f0b951840977ed261
---

 build/vc_shared/.gitignore |    1 +
 build/vc_shared/config.h   |    6 ++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/build/vc_shared/.gitignore b/build/vc_shared/.gitignore
new file mode 100644
index 0000000..18e58a7
--- /dev/null
+++ b/build/vc_shared/.gitignore
@@ -0,0 +1 @@
+/config.h
diff --git a/build/vc_shared/config.h b/build/vc_shared/config.h
new file mode 100644
index 0000000..776687c
--- /dev/null
+++ b/build/vc_shared/config.h
@@ -0,0 +1,6 @@
+#pragma once
+#define snprintf _snprintf
+#define strcasecmp _stricmp
+
+/* Wether NPP_GetMIMEDescription returns const */
+#define NPP_GET_MIME_CONST const



More information about the vlc-commits mailing list