--- mstools/samples/deb/deb.def 2018/08/09 18:20:39 1.1.1.1 +++ mstools/samples/deb/deb.def 2018/08/09 18:23:34 1.1.1.3 @@ -1,18 +1,13 @@ +; ------------------------------------------------------------------------- ; -; module-definition file for the Debug Event Browser +; Microsoft Developer Support +; Copyright (c) 1992, 1993 Microsoft Corporation ; -NAME DEB ; application's module name -DESCRIPTION 'Microsoft Win32 / Windows NT Support Team's Debug Event Browser' -EXETYPE WINDOWS ; required for all Windows applications -STUB 'WINSTUB.EXE' ; Generates error message if application - ; is run without Windows -CODE PRELOAD -DATA PRELOAD - -EXPORTS - MainWndProc @1 ; processes messages - ProcessCommandsWndProc @2 ; processes WM_COMMAND messages - PreferencesDlgProc @3 ; processes messages for "Preferences" dialog box - AttachDlgProc @4 ; processes messages for "Attach" dialog box - AboutDlgProc @5 ; processes messages for "About" dialog box - NewListBoxWndProc @6 ; subclass procedure to prevent listbox moving +; ------------------------------------------------------------------------- +; MODULE : DEB.DEF +; PURPOSE : module-definition file for the Debug Event Browser +; COMMENTS : currently this file is not used by the linker +; ------------------------------------------------------------------------- +NAME DEB +DESCRIPTION 'Microsoft Developer Support's Debug Event Browser' +EXETYPE WINDOWS