Skip to content

Commit ea606bb

Browse files
committed
Corrected name in module definition file.
This was causing an odd issue where launching the Windows 3.x version of the application while the Windows 1 application was running, resulted in a second instance of the Windows 1 application!
1 parent 7308e61 commit ea606bb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Win1App.def

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
NAME Win16App
2-
DESCRIPTION 'Win16 Test Application'
1+
NAME Win1App
2+
DESCRIPTION 'Windows 1 Example Application'
33
STUB 'WINSTUB.EXE'
44
CODE MOVEABLE PRELOAD DISCARDABLE
55
DATA MOVEABLE PRELOAD MULTIPLE
66
HEAPSIZE 1024
77
STACKSIZE 4096
88
EXPORTS MainWndProc
99
AboutDialogProc
10-

0 commit comments

Comments
 (0)