Changeset 1431 for trunk/src/comctl32/tooltips.c
- Timestamp:
- Oct 25, 1999, 12:50:46 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/tooltips.c
r1058 r1431 1 /* $Id: tooltips.c,v 1.1 4 1999-09-26 11:01:11 achimhaExp $ */1 /* $Id: tooltips.c,v 1.15 1999-10-24 22:49:49 sandervl Exp $ */ 2 2 /* 3 3 * Tool tip control … … 2382 2382 WNDCLASSA wndClass; 2383 2383 2384 if (GlobalFindAtomA (TOOLTIPS_CLASSA)) return; 2384 //SvL: Don't check this now 2385 // if (GlobalFindAtomA (TOOLTIPS_CLASSA)) return; 2385 2386 2386 2387 ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note:
See TracChangeset
for help on using the changeset viewer.