-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from syntax53/dev
v1.8.1 release
- Loading branch information
Showing
22 changed files
with
10,098 additions
and
10,087 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
*.ini | ||
mudexplr.exe | ||
thumbs.db | ||
|
||
# User-specific files | ||
*.vbw | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Attribute VB_Name = "General" | ||
Option Explicit | ||
|
||
Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long | ||
Declare Function ShowWindow Lib "user32" (ByVal hWnd As Long, ByVal nCmdShow As Long) As Long | ||
|
||
Attribute VB_Name = "General" | ||
Option Explicit | ||
|
||
Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long | ||
Declare Function ShowWindow Lib "user32" (ByVal hWnd As Long, ByVal nCmdShow As Long) As Long | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[SCC] | ||
SCC=This is a source code control file | ||
[MudView.vbp] | ||
SCC_Project_Name=this project is not under source code control | ||
SCC_Aux_Path=<This is an empty string for the mssccprj.scc file> | ||
[MMUD_Explorer.vbp] | ||
SCC_Project_Name=this project is not under source code control | ||
SCC_Aux_Path=<This is an empty string for the mssccprj.scc file> | ||
[SCC] | ||
SCC=This is a source code control file | ||
[MudView.vbp] | ||
SCC_Project_Name=this project is not under source code control | ||
SCC_Aux_Path=<This is an empty string for the mssccprj.scc file> | ||
[MMUD_Explorer.vbp] | ||
SCC_Project_Name=this project is not under source code control | ||
SCC_Aux_Path=<This is an empty string for the mssccprj.scc file> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.