wineps.drv: Declare some variables static const.
This commit is contained in:
parent
89509eb628
commit
6fd73ce645
|
@ -193,12 +193,12 @@ BOOL T1_download_glyph(PSDRV_PDEVICE *physDev, DOWNLOAD *pdl, DWORD index,
|
|||
LOGFONTW lf;
|
||||
RECT rc;
|
||||
|
||||
char glyph_def_begin[] =
|
||||
static const char glyph_def_begin[] =
|
||||
"/%s findfont dup\n"
|
||||
"/Private get begin\n"
|
||||
"/CharStrings get begin\n"
|
||||
"/%s %d RD\n";
|
||||
char glyph_def_end[] =
|
||||
static const char glyph_def_end[] =
|
||||
"ND\n"
|
||||
"end end\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue