Skip to content

Commit

Permalink
rename dir 1
Browse files Browse the repository at this point in the history
  • Loading branch information
freedom7341 committed Oct 21, 2024
1 parent b335db9 commit cc62e8d
Show file tree
Hide file tree
Showing 53 changed files with 3,150 additions and 0 deletions.
492 changes: 492 additions & 0 deletions PROGMGR2/dialog.c

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions PROGMGR2/dialog.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* * * * * * * *\
DIALOG.H -
Copyright (c) 2024 Vortesys, Brady McDermott
DESCRIPTION -
Dialog function prototypes and related
common dialog functions.
LICENSE INFORMATION -
MIT License, see LICENSE.txt in the root folder
\* * * * * * * */

/* Pragmas */
#pragma once

/* Function Prototypes */
BOOL CALLBACK NewGroupDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK NewItemDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK ShutdownDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
Loading

0 comments on commit cc62e8d

Please sign in to comment.