Adding scriptable date fomat to the build.

This commit is contained in:
nhotta%netscape.com 1999-07-20 20:04:31 +00:00
parent a2519a14d6
commit 20e2ca8242
3 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = locale
XPIDLSRCS = nsILocale.idl \
nsIScriptableDateFormat.idl \
$(NULL)
EXPORTS = \

View File

@ -23,6 +23,7 @@ DEPTH=..\..\..
XPIDLSRCS = \
.\nsILocale.idl \
.\nsIScriptableDateFormat.idl \
$(NULL)

View File

@ -58,7 +58,7 @@ class nsScriptableDateFormat : public nsIScriptableDateFormat {
PRInt32 second,
const PRUnichar **timeString)
{return FormatDateTime(locale, kDateFormatNone, timeFormatSelector,
0, 0, 1, hour, minute, second, timeString);}
1999, 1, 1, hour, minute, second, timeString);}
nsScriptableDateFormat() {NS_INIT_REFCNT();}
private: