Changeset 1672 for trunk/dll/mainwnd.c
- Timestamp:
- Sep 5, 2012, 8:23:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1670 r1672 1877 1877 ULONG numitems; 1878 1878 USHORT usOperation; 1879 1879 1880 1880 cnd.pDragInfo = (PDRAGINFO) mp1; 1881 1881 if (!DrgAccessDraginfo((PDRAGINFO) cnd.pDragInfo)) { … … 3167 3167 } 3168 3168 } 3169 3170 /** 3171 * Close child windows 3172 * @return TRUE if application data saved otherwise FALSE 3173 */ 3169 3174 3170 3175 BOOL CloseChildren(HWND hwndClient)
Note:
See TracChangeset
for help on using the changeset viewer.