source: trunk/src/user32/dummy.cpp@ 1036

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

Moved new user32 here

File size: 828 bytes
Line 
1/* $Id: dummy.cpp,v 1.1 1999-09-15 23:18:50 sandervl Exp $ */
2
3/*
4 * Dummy functions for COMDLG32
5 *
6 * TODO: This needs to be changed
7 *
8 * Project Odin Software License can be found in LICENSE.TXT
9 *
10 */
11#include <os2win.h>
12
13//******************************************************************************
14//******************************************************************************
15ULONG SYSTEM CreateWindowProc(WNDPROC pUserCallback)
16{
17 return 0;
18}
19//******************************************************************************
20//******************************************************************************
21WNDPROC_O32 GetOS2Callback()
22{
23 return 0;
24}
25//******************************************************************************
26//******************************************************************************
Note: See TracBrowser for help on using the repository browser.