1 /* 2 * PROJECT: ReactOS VGA Font Editor 3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) 4 * PURPOSE: Header for custom defined window classes (needed by "precomp.h" and the resource files) 5 * COPYRIGHT: Copyright 2008 Colin Finck (colin@reactos.org) 6 */ 7 8 #ifndef __CUSTOMWNDCLASSES_H 9 #define __CUSTOMWNDCLASSES_H 10 11 #define EDIT_GLYPH_EDIT_CLASSW L"VGAFontEditEditGlyphEditClass" 12 #define EDIT_GLYPH_PREVIEW_CLASSW L"VGAFontEditEditGlyphPreviewClass" 13 14 #endif 15