dialog work so far, has a gdi resource leak

This commit is contained in:
freedom
2023-08-15 22:05:04 -06:00
parent 78f612e684
commit 739c56e314
3 changed files with 97 additions and 12 deletions

View File

@@ -12,5 +12,5 @@
#pragma once
/* Function Prototypes */
BOOL CALLBACK ItemDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK GroupDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK NewGroupDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK NewItemDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);