- Timestamp:
 - Feb 4, 2000, 12:05:49 AM (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
r2607 r2629 1 /* $Id: comdlg32.cpp,v 1.2 0 2000-02-03 13:27:39 sandervl Exp $ */1 /* $Id: comdlg32.cpp,v 1.21 2000-02-03 23:05:49 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 #include <misc.h> 23 23 #include <odinwrap.h> 24 #include <wndproc.h>25 24 #include <win32wnd.h> 26 25  - 
      
trunk/src/comdlg32/makefile
r2607 r2629 1 # $Id: makefile,v 1.1 1 2000-02-03 13:27:40sandervl Exp $1 # $Id: makefile,v 1.12 2000-02-03 23:05:49 sandervl Exp $ 2 2 3 3 # … … 51 51 resource.obj: resource.asm 52 52 53 comdlg32.obj: comdlg32.cpp $(PDWIN32_INCLUDE)\w ndproc.h53 comdlg32.obj: comdlg32.cpp $(PDWIN32_INCLUDE)\win32wnd.h 54 54 initterm.obj: initterm.cpp 55 55  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  