npapi-vlc | branch: master | Sergey Radionov <[email protected]> | 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é <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
