Skip to content

Commit

Permalink
Corrected name in module definition file.
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
MartinPayne committed Aug 28, 2016
1 parent 7308e61 commit ea606bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Win1App.def
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
NAME Win16App
DESCRIPTION 'Win16 Test Application'
NAME Win1App
DESCRIPTION 'Windows 1 Example Application'
STUB 'WINSTUB.EXE'
CODE MOVEABLE PRELOAD DISCARDABLE
DATA MOVEABLE PRELOAD MULTIPLE
HEAPSIZE 1024
STACKSIZE 4096
EXPORTS MainWndProc
AboutDialogProc

0 comments on commit ea606bb

Please sign in to comment.