windows-nt/Source/XPSP1/NT/windows/richedit/re32wrap/wrapper.h

21 lines
294 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _WRAPPER_H_
#define _WRAPPER_H_
#include <windows.h>
#define RICHEDIT_CLASS10A "RICHEDIT" // Richedit 1.0
extern "C"
{
LRESULT CALLBACK RichEdit32WndProc(
HWND hWnd,
UINT uMsg,
WPARAM wParam,
LPARAM lParam);
}
WNDPROC lpfnRichEditANSIWndProc;
#endif