Use the Unicode string functions from wine/unicode.h instead of the
[wine] / dlls / richedit / riched32.h
1 /*
2  * Ritch Edit 32 class extra info
3  *
4  * Copyright 2000 Jean-Clauyde Batista
5  *
6  */
7
8 #ifndef __WINE_RICHED32_H
9 #define __WINE_RICHED32_H
10
11 #include "richedit.h"
12
13 extern HMODULE RICHED32_hModule;
14 extern VOID RICHED32_Register (VOID);
15 extern VOID RICHED32_Unregister (VOID);
16
17 #endif  /* __WINE_RICHED32_H */