16 lines
242 B
C
16 lines
242 B
C
|
//Copyright (c) 1997-2000 Microsoft Corporation
|
||
|
|
||
|
|
||
|
|
||
|
////////////////////////////////////
|
||
|
//
|
||
|
// Stuff used for different fonts in dialogs
|
||
|
//
|
||
|
|
||
|
void DialogFonts_InitWizardPage(
|
||
|
IN HWND hwndWizardPage
|
||
|
);
|
||
|
|
||
|
//
|
||
|
////////////////////////////////////
|