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


git-svn-id: svn://10.0.0.236/trunk@234054 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kaie%netscape.com
2007-09-06 18:41:14 +00:00
parent 272be61773
commit e9e40ccaf6

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