Overzelous with the NS_PRINTING macro. Fixes/unbreaks non-wince non-printing builds. r=blassey

This commit is contained in:
dougt@meer.net 2008-02-22 22:44:06 -08:00
parent 0b2ff7c920
commit 974d664c77

View File

@ -77,7 +77,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsClipboardHelper)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsNativeThemeWin)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsFilePicker)
#ifdef NS_PRINTING
#ifndef WINCE
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSound)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDragService)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsBidiKeyboard)