code formatting (newline at end of file)
This commit is contained in:
@@ -200,4 +200,4 @@ HWND CreateListView(HWND hWndParent, RECT rc)
|
|||||||
ListView_InsertItem(hWndListView, &lviTestItem);
|
ListView_InsertItem(hWndListView, &lviTestItem);
|
||||||
|
|
||||||
return hWndListView;
|
return hWndListView;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,4 +53,4 @@ BOOL SetShellWindow(HWND hWndShell);
|
|||||||
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
||||||
LRESULT CALLBACK CmdProc(HWND hWnd, WPARAM wParam, LPARAM lParam);
|
LRESULT CALLBACK CmdProc(HWND hWnd, WPARAM wParam, LPARAM lParam);
|
||||||
VOID UpdateChecks(BOOL bVarMenu, UINT uSubMenu, UINT uID);
|
VOID UpdateChecks(BOOL bVarMenu, UINT uSubMenu, UINT uID);
|
||||||
VOID UpdateWindowTitle();
|
VOID UpdateWindowTitle();
|
||||||
|
|||||||
@@ -187,4 +187,4 @@ BOOL LoadConfig()
|
|||||||
bConfigStatus = FALSE;
|
bConfigStatus = FALSE;
|
||||||
|
|
||||||
return bConfigStatus;
|
return bConfigStatus;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
@@ -233,4 +233,4 @@ VOID UpdateWindowTitle()
|
|||||||
LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user