Commit 6fd73ce6 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

wineps.drv: Declare some variables static const.

parent 89509eb6
...@@ -193,12 +193,12 @@ BOOL T1_download_glyph(PSDRV_PDEVICE *physDev, DOWNLOAD *pdl, DWORD index, ...@@ -193,12 +193,12 @@ BOOL T1_download_glyph(PSDRV_PDEVICE *physDev, DOWNLOAD *pdl, DWORD index,
LOGFONTW lf; LOGFONTW lf;
RECT rc; RECT rc;
char glyph_def_begin[] = static const char glyph_def_begin[] =
"/%s findfont dup\n" "/%s findfont dup\n"
"/Private get begin\n" "/Private get begin\n"
"/CharStrings get begin\n" "/CharStrings get begin\n"
"/%s %d RD\n"; "/%s %d RD\n";
char glyph_def_end[] = static const char glyph_def_end[] =
"ND\n" "ND\n"
"end end\n"; "end end\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment