Ignore:
Timestamp:
Apr 16, 2000, 8:26:59 PM (25 years ago)
Author:
cbratschi
Message:

new listview messages and styles, new resources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32.cpp

    r2875 r3409  
    1 /* $Id: comctl32.cpp,v 1.1 2000-02-23 17:09:40 cbratschi Exp $ */
     1/* $Id: comctl32.cpp,v 1.2 2000-04-16 18:26:57 cbratschi Exp $ */
    22/*
    33 * Win32 common controls implementation
     
    813813 *
    814814 * NOTES
    815  *     Returns version of a comctl32.dll from IE4.01 SP1.
     815 *     IE4.01 SP1:
     816 *       4-72-3110-1
     817 *
     818 *     IE5:
     819 *       5-80-2014-1
    816820 */
    817821
     
    826830    }
    827831
    828     pdvi->dwMajorVersion = 4;
    829     pdvi->dwMinorVersion = 72;
    830     pdvi->dwBuildNumber = 3110;
     832    pdvi->dwMajorVersion = 5;
     833    pdvi->dwMinorVersion = 80;
     834    pdvi->dwBuildNumber = 2014;
    831835    pdvi->dwPlatformID = 1;
    832836
Note: See TracChangeset for help on using the changeset viewer.