mirror of https://github.com/tongzx/nt5src
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
25 lines
556 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: modaldlgclass.cpp
|
|
//
|
|
// Module: CMMON32.EXE
|
|
//
|
|
// Synopsis: Modal dlg implementation
|
|
//
|
|
// Copyright (c) 1998 Microsoft Corporation
|
|
//
|
|
// Author: quintinb Created Header 08/16/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
#include "cmmaster.h"
|
|
|
|
//
|
|
// Please see pnpu\common\source for the actual source here.
|
|
//
|
|
|
|
#include "modaldlg.h"
|
|
#include "modaldlg.cpp"
|
|
|
|
#include "modelessdlg.h"
|
|
#include "modelessdlg.cpp"
|
|
|