home *** CD-ROM | disk | FTP | other *** search
- // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
- // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
- // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
- // PARTICULAR PURPOSE.
- //
- // Copyright (C) 1993 - 1995 Microsoft Corporation. All Rights Reserved.
- //
- // PURPOSE:
- // Contains declarations for the File New dialog.
- //
-
- //-------------------------------------------------------------------------
- // Controls ID's for the File New dialog
-
- #define IDD_
-
- // Prototypes for the File New dialog procedure
- LRESULT CALLBACK FileNewProc(HWND, UINT, WPARAM, LPARAM);
-