Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
257 B

  1. //Copyright (c) 1997-2000 Microsoft Corporation
  2. ////////////////////////////////////
  3. //
  4. // Stuff used for different fonts in dialogs
  5. //
  6. void DialogFonts_InitWizardPage(
  7. IN HWND hwndWizardPage
  8. );
  9. //
  10. ////////////////////////////////////