ReactOS 0.4.15-dev-7842-g558ab78
charmap.cpp
Go to the documentation of this file.
1/*
2* PROJECT: ReactOS Character Map
3* LICENSE: GPL - See COPYING in the top level directory
4* FILE: base/applications/charmap/charmap.cpp
5* COPYRIGHT: Copyright 2006 Ged Murphy <gedmurphy@gmail.com>
6*/
7
8#include "precomp.h"
9#include "MainWindow.h"
10
11int WINAPI
12wWinMain(HINSTANCE hThisInstance,
13 HINSTANCE hPrevInstance,
14 LPWSTR lpCmdLine,
15 int nCmdShow)
16{
17 CCharMapWindow CharMap;
18 return CharMap.Create(hThisInstance, nCmdShow);
19}
int WINAPI wWinMain(HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow)
Definition: charmap.cpp:12
bool Create(_In_ HINSTANCE hInst, _In_ int nCmdShow)
Definition: MainWindow.cpp:38
#define WINAPI
Definition: msvc.h:6
WCHAR * LPWSTR
Definition: xmlstorage.h:184