11 lines
173 B
C
11 lines
173 B
C
|
#include "stdafx.h"
|
||
|
|
||
|
INT_PTR CALLBACK
|
||
|
UploadTab_DlgProc(HWND hDlg,
|
||
|
UINT uMsg,
|
||
|
WPARAM wParam,
|
||
|
LPARAM lParam)
|
||
|
{
|
||
|
// TODO: anything
|
||
|
return FALSE;
|
||
|
}
|