[pkg-wine-party] [wine] 161/170: include: Add msasn1.h.

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Feb 21 21:50:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit c633cadb4f5a6962f63863fb3d63a56a5c24de3e
Author: Austin English <austinenglish at gmail.com>
Date:   Wed Feb 18 14:34:59 2015 -0600

    include: Add msasn1.h.
---
 include/Makefile.in |  1 +
 include/msasn1.h    | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/include/Makefile.in b/include/Makefile.in
index da674b9..02d5d88 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -411,6 +411,7 @@ SRCDIR_INCLUDES = \
 	msacm.h \
 	msacmdlg.h \
 	msacmdrv.h \
+	msasn1.h \
 	mscat.h \
 	msdaguid.h \
 	mshtmcid.h \
diff --git a/include/msasn1.h b/include/msasn1.h
new file mode 100644
index 0000000..8172849
--- /dev/null
+++ b/include/msasn1.h
@@ -0,0 +1,47 @@
+/*
+ * Copyright (C) 2015 Austin English
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+#ifndef __MS_ASN1_H__
+#define __MS_ASN1_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+typedef char ASN1char_t;
+typedef signed char ASN1int8_t;
+typedef unsigned char ASN1uint8_t;
+typedef unsigned short ASN1uint16_t;
+typedef signed short ASN1int16_t;
+typedef ULONG ASN1uint32_t;
+typedef LONG ASN1int32_t;
+
+typedef ASN1char_t *ASN1ztcharstring_t;
+typedef ASN1char16_t *ASN1ztchar16string_t;
+typedef ASN1char32_t *ASN1ztchar32string_t;
+typedef ASN1int32_t ASN1enum_t;
+typedef ASN1uint8_t ASN1octet_t;
+typedef ASN1uint8_t ASN1bool_t;
+typedef ASN1uint16_t ASN1choice_t;
+typedef ASN1uint32_t ASN1magic_t;
+typedef ASN1ztcharstring_t ASN1objectdescriptor_t;
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __MS_ASN1_H__ */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list