Changeset 2859 for trunk/include/winimagebase.h
- Timestamp:
- Feb 22, 2000, 8:12:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winimagebase.h
r1891 r2859 1 /* $Id: winimagebase.h,v 1. 8 1999-11-30 19:39:14sandervl Exp $ */1 /* $Id: winimagebase.h,v 1.9 2000-02-22 19:10:21 sandervl Exp $ */ 2 2 3 3 /* … … 38 38 class Win32ImageBase 39 39 { 40 #ifdef DEBUG41 40 protected: 42 41 DWORD magic; … … 49 48 } 50 49 }; 51 #endif52 50 53 51 public:
Note:
See TracChangeset
for help on using the changeset viewer.