ReactOS 0.4.16-dev-340-g0540c21
|
#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winreg.h"
#include "winerror.h"
#include "winuser.h"
#include "richedit.h"
#include "shlwapi.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (richedit) | |
LRESULT WINAPI | RichEdit10ANSIWndProc (HWND, UINT, WPARAM, LPARAM) |
static BOOL | RICHED32_Register (void) |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
HRESULT WINAPI | DllGetVersion (DLLVERSIONINFO *pdvi) |
HRESULT WINAPI DllGetVersion | ( | DLLVERSIONINFO * | pdvi | ) |
Definition at line 85 of file richedit.c.
Definition at line 63 of file richedit.c.
Definition at line 44 of file richedit.c.
Referenced by DllMain().
Definition at line 5163 of file editor.c.
Referenced by RICHED32_Register().
WINE_DEFAULT_DEBUG_CHANNEL | ( | richedit | ) |