lil correction in a header

This commit is contained in:
freedom7341
2023-10-04 12:34:40 -06:00
parent 6533f53aaa
commit 51e907a7d0

View File

@@ -52,7 +52,7 @@ extern BOOL bPermPower; // Has power option permissions
/* Function Prototypes */
BOOL UpdatePermissions(VOID);
// DESKTOP.C
BOOL CreateDesktopWindow(VOID);// SYSINT.C
BOOL CreateDesktopWindow(VOID);
// SYSINT.C
BOOL RunFileDlg(HWND hWndOwner, HICON hIcon, LPWSTR lpszDir, LPWSTR lpszTitle, LPWSTR lpszDesc, DWORD dwFlags);
BOOL ExitWindowsDialog(HWND hWndOwner);