- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / applications / devutils / vgafontedit / customwndclasses.h
1 /*
2 * PROJECT: ReactOS VGA Font Editor
3 * LICENSE: GNU General Public License Version 2.0 or any later version
4 * FILE: devutils/vgafontedit/customwndclasses.h
5 * PURPOSE: Header for custom defined window classes (needed by "precomp.h" and the resource files)
6 * COPYRIGHT: Copyright 2008 Colin Finck <mail@colinfinck.de>
7 */
8
9 #ifndef __CUSTOMWNDCLASSES_H
10 #define __CUSTOMWNDCLASSES_H
11
12 #define EDIT_GLYPH_EDIT_CLASSW L"VGAFontEditEditGlyphEditClass"
13 #define EDIT_GLYPH_PREVIEW_CLASSW L"VGAFontEditEditGlyphPreviewClass"
14
15 #endif