source: trunk/src/user32/DLGCONVERT.H@ 73

Last change on this file since 73 was 46, checked in by sandervl, 26 years ago

* empty log message *

File size: 328 bytes
Line 
1/*
2 *
3 * Project Odin Software License can be found in LICENSE.TXT
4 *
5 */
6#ifndef __DLGCONVERT_H__
7#define __DLGCONVERT
8
9#ifdef __cplusplus
10 extern "C" {
11#endif
12
13DLGTEMPLATE *ConvertWin32DlgTemplate(DLGTEMPLATE *windlg);
14void DeleteWin32DlgTemplate(DLGTEMPLATE *os2dlg);
15
16#ifdef __cplusplus
17 }
18#endif
19
20#endif
Note: See TracBrowser for help on using the repository browser.