Last change
on this file since 500 was 96, checked in by phaller, 26 years ago |
Add: added cvs variable $Id$ to source files.
|
File size:
388 bytes
|
Line | |
---|
1 | /* $Id: DLGCONVERT.H,v 1.3 1999-06-10 16:50:35 phaller Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
5 | */
|
---|
6 | #ifndef __DLGCONVERT_H__
|
---|
7 | #define __DLGCONVERT
|
---|
8 |
|
---|
9 | #ifdef __cplusplus
|
---|
10 | extern "C" {
|
---|
11 | #endif
|
---|
12 |
|
---|
13 | DLGTEMPLATE *ConvertWin32DlgTemplate(DLGTEMPLATE *windlg);
|
---|
14 | void DeleteWin32DlgTemplate(DLGTEMPLATE *os2dlg);
|
---|
15 |
|
---|
16 | #ifdef __cplusplus
|
---|
17 | }
|
---|
18 | #endif
|
---|
19 |
|
---|
20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.