ReactOS 0.4.16-dev-237-gd6eebaa
|
#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 "main.h"
#include "about.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
INT_PTR CALLBACK | AboutDialogWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
void | ShowAboutBox (HWND hWnd) |
Variables | |
HINSTANCE | hInst |
Definition at line 42 of file about.c.
Referenced by ShowAboutBox().
Definition at line 63 of file about.c.