New Files. Added 'date and time picker' and 'month calendar' control
dummies. They are used by Outlook Express.
diff --git a/include/monthcal.h b/include/monthcal.h
new file mode 100644
index 0000000..fbc501a
--- /dev/null
+++ b/include/monthcal.h
@@ -0,0 +1,21 @@
+/*
+ * Month calendar class extra info
+ *
+ * Copyright 1998 Eric Kohl
+ */
+
+#ifndef __WINE_MONTHCAL_H
+#define __WINE_MONTHCAL_H
+
+typedef struct tagMONTHCAL_INFO
+{
+ DWORD dwDummy; /* just to keep the compiler happy ;-) */
+
+
+} MONTHCAL_INFO, *LPMONTHCAL_INFO;
+
+
+extern VOID MONTHCAL_Register (VOID);
+extern VOID MONTHCAL_Unregister (VOID);
+
+#endif /* __WINE_MONTHCAL_H */