--- mstools/samples/generic/generic.def 2018/08/09 18:20:01 1.1.1.1 +++ mstools/samples/generic/generic.def 2018/08/09 18:21:30 1.1.1.2 @@ -24,5 +24,17 @@ STACKSIZE 5120 ; recommended minim ; MUST be exported. EXPORTS - MainWndProc @1 ; name of window processing function - About @2 ; name of "About" processing function + WndProc @1 ; name of window processing function + About @2 ; name of "About" processing function + +;NAME MinWin +;DESCRIPTION 'Minimum Windows Application - (c) 1991, Microsoft Corporation' +;EXETYPE WINDOWS +;STUB 'WINSTUB.EXE' +;CODE PRELOAD MOVEABLE DISCARDABLE +;DATA PRELOAD MOVEABLE MULTIPLE +;HEAPSIZE 1024 +;STACKSIZE 5120 +; +;EXPORTS +; WndProc