mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
install all fonts in SystemRoot/Fonts instead of SystemRoot/media/fonts
svn path=/trunk/; revision=35162
This commit is contained in:
parent
a958e37965
commit
359151f57a
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ Signature = "$ReactOS$"
|
|||
[Directories]
|
||||
1 = system32
|
||||
2 = system32\drivers
|
||||
3 = media\fonts
|
||||
3 = Fonts
|
||||
4 =
|
||||
5 = system32\drivers\etc
|
||||
6 = inf
|
||||
|
|
|
@ -8,7 +8,7 @@ Signature = "$ReactOS$"
|
|||
3 = system32\config
|
||||
4 = system32\drivers
|
||||
5 = media
|
||||
6 = media\fonts
|
||||
6 = Fonts
|
||||
7 = bin
|
||||
|
||||
[SourceDisksFiles]
|
||||
|
|
|
@ -176,7 +176,7 @@ IntLoadSystemFonts(VOID)
|
|||
BOOLEAN bRestartScan = TRUE;
|
||||
NTSTATUS Status;
|
||||
|
||||
RtlInitUnicodeString(&Directory, L"\\SystemRoot\\media\\fonts\\");
|
||||
RtlInitUnicodeString(&Directory, L"\\SystemRoot\\Fonts\\");
|
||||
/* FIXME: Add support for other font types */
|
||||
RtlInitUnicodeString(&SearchPattern, L"*.ttf");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue