From 952c1e442a9442684dfa817b09aff5f0a34d0bc4 Mon Sep 17 00:00:00 2001 From: Huw D M Davies Date: Wed, 3 May 2000 17:42:40 +0000 Subject: [PATCH] Add DosDateTimeToVariantTime prototype. --- include/oleauto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/oleauto.h b/include/oleauto.h index c021190b963..54ff82f6a4c 100644 --- a/include/oleauto.h +++ b/include/oleauto.h @@ -513,6 +513,6 @@ typedef enum tagREGKIND HRESULT WINAPI LoadTypeLib(OLECHAR *szFile, ITypeLib **pptLib); HRESULT WINAPI LoadTypeLibEx(LPOLESTR szFile, REGKIND regKind, ITypeLib **pptLib); - +INT WINAPI DosDateTimeToVariantTime(USHORT,USHORT,DATE*); #endif /*__WINE_OLEAUTO_H*/