Commit 67da678c authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Make static some functions used only in a single file.

parent ff77f134
...@@ -900,7 +900,7 @@ LOAD_FUNCPTR(FcPatternGet); ...@@ -900,7 +900,7 @@ LOAD_FUNCPTR(FcPatternGet);
} }
void load_system_fonts(void) static void load_system_fonts(void)
{ {
HKEY hkey; HKEY hkey;
WCHAR data[MAX_PATH], windowsdir[MAX_PATH], pathW[MAX_PATH]; WCHAR data[MAX_PATH], windowsdir[MAX_PATH], pathW[MAX_PATH];
...@@ -934,7 +934,7 @@ void load_system_fonts(void) ...@@ -934,7 +934,7 @@ void load_system_fonts(void)
* of no longer existing fonts. * of no longer existing fonts.
* *
*/ */
void update_reg_entries(void) static void update_reg_entries(void)
{ {
HKEY winkey = 0, externalkey = 0; HKEY winkey = 0, externalkey = 0;
LPWSTR valueW; LPWSTR valueW;
......
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