ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | CELL_SIZE 10 |
Functions | |
LRESULT WINAPI | MainWndProc (HWND, UINT, WPARAM, LPARAM) |
int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) |
static void | PaintCells (HDC WindowDC, WORD BitCount1, WORD BitCount2, int XDest, int YDest) |
Variables | |
static RGBQUAD | Colors [] |
Definition at line 144 of file dibtest.c.
Referenced by WinMain().
|
static |
Definition at line 85 of file dibtest.c.
Referenced by MainWndProc().
int WINAPI WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | lpszCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 30 of file dibtest.c.