16 lines
294 B
C
16 lines
294 B
C
|
#pragma once
|
||
|
|
||
|
#include "resource.h"
|
||
|
|
||
|
// Define the config tabs
|
||
|
INT_PTR CALLBACK
|
||
|
GeneralTab_DlgProc(HWND hDlg,
|
||
|
UINT uMsg,
|
||
|
WPARAM wParam,
|
||
|
LPARAM lParam);
|
||
|
|
||
|
INT_PTR CALLBACK
|
||
|
UploadTab_DlgProc(HWND hDlg,
|
||
|
UINT uMsg,
|
||
|
WPARAM wParam,
|
||
|
LPARAM lParam);
|