Changeset 1431 for trunk/src/comctl32/hotkey.c
- Timestamp:
- Oct 25, 1999, 12:50:46 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/hotkey.c
r1100 r1431 1 /* $Id: hotkey.c,v 1.1 2 1999-10-01 15:53:32 cbratschiExp $ */1 /* $Id: hotkey.c,v 1.13 1999-10-24 22:49:43 sandervl Exp $ */ 2 2 /* 3 3 * Hotkey control … … 774 774 WNDCLASSA wndClass; 775 775 776 if (GlobalFindAtomA (HOTKEY_CLASSA)) return; 776 //SvL: Don't check this now 777 // if (GlobalFindAtomA (HOTKEY_CLASSA)) return; 777 778 778 779 ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note:
See TracChangeset
for help on using the changeset viewer.