|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <windows.h>#include <commctrl.h>#include <stdlib.h>#include <malloc.h>#include <memory.h>#include <tchar.h>#include <process.h>#include <stdio.h>#include <assert.h>#include "main.h"#include "panelwnd.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
| #define | ASSERT assert |
Functions | |
| static void | OnPaint (HWND hWnd, ChildWnd *pChildWnd) |
| LRESULT CALLBACK | PanelWndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Definition at line 38 of file panelwnd.c.
| #define WIN32_LEAN_AND_MEAN |
Definition at line 26 of file panelwnd.c.
Definition at line 45 of file panelwnd.c.
Referenced by PanelWndProc().
Definition at line 82 of file panelwnd.c.