Source code of Windows XP (NT5)
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.

25 lines
556 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: modaldlgclass.cpp
  4. //
  5. // Module: CMMON32.EXE
  6. //
  7. // Synopsis: Modal dlg implementation
  8. //
  9. // Copyright (c) 1998 Microsoft Corporation
  10. //
  11. // Author: quintinb Created Header 08/16/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #include "cmmaster.h"
  15. //
  16. // Please see pnpu\common\source for the actual source here.
  17. //
  18. #include "modaldlg.h"
  19. #include "modaldlg.cpp"
  20. #include "modelessdlg.h"
  21. #include "modelessdlg.cpp"