mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 09:20:56 +00:00
0618746265
spaces.
17 lines
274 B
C
17 lines
274 B
C
/*
|
|
* Ritch Edit 32 class extra info
|
|
*
|
|
* Copyright 2000 Jean-Clauyde Batista
|
|
*
|
|
*/
|
|
|
|
#ifndef __WINE_RICHED32_H
|
|
#define __WINE_RICHED32_H
|
|
|
|
#include "richedit.h"
|
|
|
|
extern VOID RICHED32_Register (VOID);
|
|
extern VOID RICHED32_Unregister (VOID);
|
|
|
|
#endif /* __WINE_RICHED32_H */
|