File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -606,8 +606,6 @@ EXPORTS
606
606
PhSetDialogItemText
607
607
PhSetGroupBoxText
608
608
PhSetWindowText
609
- PhApplicationFont
610
- PhTreeWindowFont
611
609
PhRegisterWindowCallback
612
610
PhUnregisterWindowCallback
613
611
PhInitializeWindowTheme
Original file line number Diff line number Diff line change @@ -1850,10 +1850,10 @@ typedef struct _DEV_BROADCAST_HDR
1850
1850
1851
1851
// theme support (theme.c)
1852
1852
1853
- PHLIBAPI extern HFONT PhApplicationFont ; // phapppub
1854
- PHLIBAPI extern HFONT PhTreeWindowFont ; // phapppub
1855
- PHLIBAPI extern HFONT PhMonospaceFont ; // phapppub
1856
- PHLIBAPI extern HBRUSH PhThemeWindowBackgroundBrush ;
1853
+ extern HFONT PhApplicationFont ;
1854
+ extern HFONT PhTreeWindowFont ;
1855
+ extern HFONT PhMonospaceFont ;
1856
+ extern HBRUSH PhThemeWindowBackgroundBrush ;
1857
1857
extern BOOLEAN PhEnableThemeSupport ;
1858
1858
extern BOOLEAN PhEnableThemeAcrylicSupport ;
1859
1859
extern BOOLEAN PhEnableThemeListviewBorder ;
You can’t perform that action at this time.
0 commit comments