- Timestamp:
- Jul 2, 2000, 5:00:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shlview.cpp
r3306 r3792 1 /* $Id: shlview.cpp,v 1.1 3 2000-04-02 15:12:48 cbratschiExp $ */1 /* $Id: shlview.cpp,v 1.14 2000-07-02 15:00:18 sandervl Exp $ */ 2 2 /* 3 3 * ShellView … … 1561 1561 1562 1562 /*if our window class has not been registered, then do so*/ 1563 //SvL: Don't check this now 1564 // if(!GetClassInfoA(shell32_hInstance, SV_CLASS_NAME, &wc)) 1565 // { 1563 if(!GetClassInfoA(shell32_hInstance, SV_CLASS_NAME, &wc)) 1564 { 1566 1565 ZeroMemory(&wc, sizeof(wc)); 1567 1566 wc.style = CS_HREDRAW | CS_VREDRAW; … … 1578 1577 if(!RegisterClassA(&wc)) 1579 1578 return E_FAIL; 1580 //}1579 } 1581 1580 1582 1581 *phWnd = CreateWindowExA(0,
Note:
See TracChangeset
for help on using the changeset viewer.