ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
INT WINAPI | wWinMain (HINSTANCE hInst, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) |
Variables | |
static const WCHAR | szCharacterClipboardFormat [] = L"RosVgaFontChar" |
HINSTANCE | hInstance |
HANDLE | hProcessHeap |
PWSTR | szAppName |
UINT | uCharacterClipboardFormat |
INT WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 18 of file main.c.
HANDLE hProcessHeap |
Definition at line 13 of file main.c.
Referenced by DllMain(), midl_user_allocate(), midl_user_free(), and wWinMain().
PWSTR szAppName |
Definition at line 14 of file main.c.
Referenced by wWinMain().
Definition at line 10 of file main.c.
Referenced by wWinMain().
UINT uCharacterClipboardFormat |
Definition at line 15 of file main.c.
Referenced by CopyCurrentGlyph(), InitMenuPopup(), PasteIntoCurrentGlyph(), SetPasteButtonState(), and wWinMain().