source: trunk/src/user32/old/DLGCONVERT.H@ 1036

Last change on this file since 1036 was 950, checked in by sandervl, 26 years ago

Moved old user32 here

File size: 389 bytes
Line 
1/* $Id: DLGCONVERT.H,v 1.3 1999-09-15 23:20:36 sandervl 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
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.