source:
trunk/src/user32/DLGCONVERT.H@
7
| Last change on this file since 7 was 4, checked in by , 26 years ago | |
|---|---|
| File size: 389 bytes | |
| Line | |
|---|---|
| 1 | /* $Id: DLGCONVERT.H,v 1.1 1999-05-24 20:19:59 ktk Exp $ */ |
| 2 | |
| 3 | /* |
| 4 | * |
| 5 | * Project Odin Software License can be found in LICENSE.TXT |
| 6 | * |
| 7 | */ |
| 8 | #ifndef __DLGCONVERT_H__ |
| 9 | #define __DLGCONVERT |
| 10 | |
| 11 | #ifdef __cplusplus |
| 12 | extern "C" { |
| 13 | #endif |
| 14 | |
| 15 | DLGTEMPLATE *ConvertWin32DlgTemplate(DLGTEMPLATE *windlg); |
| 16 | void DeleteWin32DlgTemplate(DLGTEMPLATE *os2dlg); |
| 17 | |
| 18 | #ifdef __cplusplus |
| 19 | } |
| 20 | #endif |
| 21 | |
| 22 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
