Changeset 46 for trunk/src/comdlg32
- Timestamp:
- Jun 7, 1999, 10:58:22 PM (26 years ago)
- Location:
- trunk/src/comdlg32
- Files:
-
- 2 edited
-
comdlg32.cpp (modified) (2 diffs)
-
makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comdlg32/comdlg32.cpp
r17 r46 1 /* $Id: comdlg32.cpp,v 1.2 1999-05-31 22:08:08 phaller Exp $ */2 3 1 /* 4 2 * COMDLG32 implementation … … 10 8 * 11 9 */ 10 #include <os2win.h> 12 11 #include <stdarg.h> 13 14 #include <os2win.h>15 12 #include <misc.h> 16 #include "wndproc.h"13 #include <wndproc.h> 17 14 18 15 //****************************************************************************** -
trunk/src/comdlg32/makefile
r4 r46 1 # $Id: makefile,v 1.1 1999-05-24 20:19:35 ktk Exp $2 3 1 # 4 2 # PD-Win32 API … … 38 36 39 37 comdlg32.obj: comdlg32.cpp 40 initterm.obj: initterm.c 38 initterm.obj: initterm.cpp 41 39 42 40 clean:
Note:
See TracChangeset
for help on using the changeset viewer.
