added manifest, renamed the run dialog function

This commit is contained in:
freedom
2023-07-21 01:37:36 -06:00
parent 292b58be46
commit 8a2a2c6d21
8 changed files with 95 additions and 9 deletions

View File

@@ -14,12 +14,12 @@
/* Functions */
/* * * *\
RunFile -
RunFileDlg -
Produces a Run dialog window.
RETURNS -
True if successful, false if unsuccessful.
\* * * */
BOOL RunFile(HWND hWndOwner,
BOOL RunFileDlg(HWND hWndOwner,
HICON hIcon,
LPWSTR lpszDir,
LPWSTR lpszTitle,