mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
these files should have headers
svn path=/trunk/; revision=27166
This commit is contained in:
parent
59cf409608
commit
05105d3d12
4 changed files with 37 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS Character Map
|
||||||
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
|
* FILE: base/applications/charmap/about.c
|
||||||
|
* PURPOSE: about dialog
|
||||||
|
* COPYRIGHT: Copyright 2007 Ged Murphy <gedmurphy@reactos.org>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS Character Map
|
||||||
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
|
* FILE: base/applications/charmap/charmap.c
|
||||||
|
* PURPOSE: main dialog implementation
|
||||||
|
* COPYRIGHT: Copyright 2007 Ged Murphy <gedmurphy@reactos.org>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#define ID_ABOUT 0x1
|
#define ID_ABOUT 0x1
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS Character Map
|
||||||
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
|
* FILE: base/applications/charmap/lrgcell.c
|
||||||
|
* PURPOSE: large cell window implementation
|
||||||
|
* COPYRIGHT: Copyright 2007 Ged Murphy <gedmurphy@reactos.org>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS Character Map
|
||||||
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
|
* FILE: base/applications/charmap/map.c
|
||||||
|
* PURPOSE: class implementation for painting glyph region
|
||||||
|
* COPYRIGHT: Copyright 2007 Ged Murphy <gedmurphy@reactos.org>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
static const TCHAR szMapWndClass[] = TEXT("FontMapWnd");
|
static const TCHAR szMapWndClass[] = TEXT("FontMapWnd");
|
||||||
|
|
Loading…
Reference in a new issue