mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
2012315e5a
svn path=/trunk/; revision=34303
16 lines
560 B
C
16 lines
560 B
C
/*
|
|
* PROJECT: ReactOS VGA Font Editor
|
|
* LICENSE: GNU General Public License Version 2.0 or any later version
|
|
* FILE: devutils/vgafontedit/customwndclasses.h
|
|
* PURPOSE: Header for custom defined window classes (needed by "precomp.h" and the resource files)
|
|
* COPYRIGHT: Copyright 2008 Colin Finck <mail@colinfinck.de>
|
|
*/
|
|
|
|
#ifndef __CUSTOMWNDCLASSES_H
|
|
#define __CUSTOMWNDCLASSES_H
|
|
|
|
#define EDIT_GLYPH_EDIT_CLASSW L"VGAFontEditEditGlyphEditClass"
|
|
#define EDIT_GLYPH_PREVIEW_CLASSW L"VGAFontEditEditGlyphPreviewClass"
|
|
|
|
#endif
|