b=84947 New print dialog for Unix and OS/2 r=cls/rods/mkaply/pchen sr=roc+moz Checking in for Roland.Mainz@informatik.med.uni-giessen.de

This commit is contained in:
kaie@netscape.com 2007-09-06 11:41:00 -07:00
parent cc09d37549
commit af5db680da

View File

@ -81,18 +81,6 @@ struct nsUconvInfo
static nsUconvInfo* gUconvInfoList = NULL;
// Module data
struct nsGfxModuleData
{
HMODULE hModResources;
HPS hpsScreen;
nsGfxModuleData();
~nsGfxModuleData();
void Init();
};
int WideCharToMultiByte( int CodePage, const PRUnichar *pText, ULONG ulLength, char* szBuffer, ULONG ulSize );
int MultiByteToWideChar( int CodePage, const char*pText, ULONG ulLength, PRUnichar *szBuffer, ULONG ulSize );
BOOL GetTextExtentPoint32(HPS aPS, const char* aString, int aLength, PSIZEL aSizeL);
@ -101,8 +89,6 @@ BOOL ExtTextOut(HPS aPS, int X, int Y, UINT fuOptions, const RECTL* lprc,
BOOL IsDBCS();
extern nsGfxModuleData gGfxModuleData;
#ifndef min
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif