update file headers and version information
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
DESKTOP.C -
|
DESKTOP.C -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Program Manager's desktop window.
|
Program Manager's desktop window.
|
||||||
Only visible as the default shell.
|
Only visible as the default shell.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
DIALOG.C -
|
DIALOG.C -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Program Manager's dialogs and related
|
Program Manager's dialogs and related
|
||||||
common functions.
|
common functions.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
DIALOG.H -
|
DIALOG.H -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Dialog function prototypes and related
|
Dialog function prototypes and related
|
||||||
common dialog functions.
|
common dialog functions.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
GROUP.C -
|
GROUP.C -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Group window and program group/item functions.
|
Group window and program group/item functions.
|
||||||
LICENSE INFORMATION -
|
LICENSE INFORMATION -
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
GROUP.H -
|
GROUP.H -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Program group/item structures, functions and definitons
|
Program group/item structures, functions and definitons
|
||||||
LICENSE INFORMATION -
|
LICENSE INFORMATION -
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
GRPUPDAT.H -
|
GRPUPDAT.H -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Header containing classic program group structures
|
Header containing classic program group structures
|
||||||
in order to facilitate conversion to the new format.
|
in order to facilitate conversion to the new format.
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
PROGMGR.C -
|
PROGMGR.C -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Program Manager's main file, now with extra wWinMain!
|
Program Manager's main file, now with extra wWinMain!
|
||||||
LICENSE INFORMATION -
|
LICENSE INFORMATION -
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
PROGMGR.H -
|
PROGMGR.H -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Program Manager's primary header file.
|
Program Manager's primary header file.
|
||||||
LICENSE INFORMATION -
|
LICENSE INFORMATION -
|
||||||
|
|||||||
@@ -168,6 +168,7 @@
|
|||||||
<ClInclude Include="dialog.h" />
|
<ClInclude Include="dialog.h" />
|
||||||
<ClInclude Include="group.h" />
|
<ClInclude Include="group.h" />
|
||||||
<ClInclude Include="grpupdat.h" />
|
<ClInclude Include="grpupdat.h" />
|
||||||
|
<ClInclude Include="perms.h" />
|
||||||
<ClInclude Include="progmgr.h" />
|
<ClInclude Include="progmgr.h" />
|
||||||
<ClInclude Include="registry.h" />
|
<ClInclude Include="registry.h" />
|
||||||
<ClInclude Include="resource.h" />
|
<ClInclude Include="resource.h" />
|
||||||
|
|||||||
@@ -36,6 +36,9 @@
|
|||||||
<ClInclude Include="dialog.h">
|
<ClInclude Include="dialog.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="perms.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="progmgr.c">
|
<ClCompile Include="progmgr.c">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
REGISTRY.C -
|
REGISTRY.C -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Program Manager's registry and settings related functions.
|
Program Manager's registry and settings related functions.
|
||||||
LICENSE INFORMATION -
|
LICENSE INFORMATION -
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
REGISTRY.H -
|
REGISTRY.H -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Program Manager's header file for registry related functions.
|
Program Manager's header file for registry related functions.
|
||||||
LICENSE INFORMATION -
|
LICENSE INFORMATION -
|
||||||
|
|||||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
RESOURCE.RC -
|
RESOURCE.RC -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
This file contains Program Manager's resources.
|
This file contains Program Manager's resources.
|
||||||
LICENSE INFORMATION -
|
LICENSE INFORMATION -
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
SYSINT.C -
|
SYSINT.C -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Program Manager's system interface functions.
|
Program Manager's system interface functions.
|
||||||
LICENSE INFORMATION -
|
LICENSE INFORMATION -
|
||||||
|
|||||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
/* * * * * * * *\
|
/* * * * * * * *\
|
||||||
WNDPROC.C -
|
WNDPROC.C -
|
||||||
Copyright (c) 2023 freedom7341, Vortesys
|
Copyright (c) 2023 Vortesys
|
||||||
DESCRIPTION -
|
DESCRIPTION -
|
||||||
Program Manager's window procedure.
|
Program Manager's window procedure.
|
||||||
LICENSE INFORMATION -
|
LICENSE INFORMATION -
|
||||||
|
|||||||
Reference in New Issue
Block a user