some name stuff
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 Freedom's Desktop
|
||||
Copyright (c) 2023 Vortesys
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[](/releases) [](/releases)
|
||||
[](/releases) [](/releases)
|
||||
# Program Manager *II* for Windows NT
|
||||

|
||||
|
||||
|
||||
BIN
misc/pman2.png
BIN
misc/pman2.png
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -108,7 +108,8 @@ WndProcDefault:
|
||||
\* * * */
|
||||
LRESULT CALLBACK CmdProc(HWND hWnd, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
switch (GET_WM_COMMAND_ID(wParam, lParam)) {
|
||||
switch (GET_WM_COMMAND_ID(wParam, lParam))
|
||||
{
|
||||
|
||||
case IDM_SHUTDOWN:
|
||||
ExitWindowsDialog(hWnd);
|
||||
|
||||
Reference in New Issue
Block a user