Fixed some warnings.
[wine.git] / dlls / richedit / riched32.h
blobc86bd5cf5a7a69da16386c63bd6b1f8a833820b0
1 /*
2 * Ritch Edit 32 class extra info
4 * Copyright 2000 Jean-Clauyde Batista
6 */
8 #ifndef __WINE_RICHED32_H
9 #define __WINE_RICHED32_H
11 #include "richedit.h"
13 extern HMODULE RICHED32_hModule;
14 extern VOID RICHED32_Register (VOID);
15 extern VOID RICHED32_Unregister (VOID);
17 #endif /* __WINE_RICHED32_H */