source:
trunk/src/riched32/riched32.h@
5087
Last change on this file since 5087 was 3515, checked in by , 25 years ago | |
---|---|
File size: 307 bytes |
Line | |
---|---|
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 */ |
Note:
See TracBrowser
for help on using the repository browser.