- Timestamp:
- Feb 4, 2000, 6:17:56 PM (26 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/Makefile
r2628 r2636 1 # $Id: Makefile,v 1. 59 2000-02-03 23:04:50 sandervlExp $1 # $Id: Makefile,v 1.60 2000-02-04 17:17:56 cbratschi Exp $ 2 2 3 3 # … … 147 147 oslibres.obj: oslibres.cpp oslibwin.h oslibres.h $(PDWIN32_INCLUDE)\winconst.h 148 148 oslibdos.obj: oslibdos.cpp oslibdos.h 149 dc.obj: dc.cpp win32wbase.h dc.h $(PDWIN32_INCLUDE)\dcdata.h149 dc.obj: dc.cpp win32wbase.h dc.h dcdata.h 150 150 timer.obj: timer.cpp win32wbase.h timer.h 151 caret.obj: caret.cpp win32wbase.h caret.h $(PDWIN32_INCLUDE)\dcdata.h151 caret.obj: caret.cpp win32wbase.h caret.h dcdata.h 152 152 text.obj: text.cpp 153 153 -
trunk/src/user32/win32wbase.cpp
r2611 r2636 1 /* $Id: win32wbase.cpp,v 1.15 0 2000-02-03 17:13:01cbratschi Exp $ */1 /* $Id: win32wbase.cpp,v 1.151 2000-02-04 17:17:56 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1848 1848 } 1849 1849 //****************************************************************************** 1850 //******************************************************************************1851 //******************************************************************************1852 1850 //TODO: Do this more efficiently 1853 1851 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.