dialog work so far, has a gdi resource leak
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user