mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
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 <[email protected]>
|
|
*/
|
|
|
|
#ifndef __CUSTOMWNDCLASSES_H
|
|
#define __CUSTOMWNDCLASSES_H
|
|
|
|
#define EDIT_GLYPH_EDIT_CLASSW L"VGAFontEditEditGlyphEditClass"
|
|
#define EDIT_GLYPH_PREVIEW_CLASSW L"VGAFontEditEditGlyphPreviewClass"
|
|
|
|
#endif
|