Files
2026-07-28 23:35:51 +08:00

13 lines
236 B
C

#ifndef INCLUDED_FONTSEXP_H
#define INCLUDED_FONTSEXP_H
#define WM_STARTFONTS (WM_USER +0)
#define WM_NEWFONT (WM_USER +1)
#define ID_LISTBOX 1
#define CM_INFO 101
#endif /*INCLUDED_FONTSEXP_H*/