Changeset 574 for trunk/dll/dirsize.c
- Timestamp:
- Mar 23, 2007, 11:37:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r552 r574 23 23 19 Oct 06 SHL Correct . and .. detect 24 24 18 Feb 07 GKY Add new drive type icons 25 22 Mar 07 GKY Use QWL_USER 25 26 26 27 ***********************************************************************/ … … 433 434 } 434 435 strcpy(pState->szDirName, (CHAR *) mp2); 435 WinSetWindowPtr(hwnd, 0, (PVOID) pState);436 WinSetWindowPtr(hwnd, QWL_USER, (PVOID) pState); 436 437 pState->hptr = WinLoadPointer(HWND_DESKTOP, FM3ModHandle, DIRSIZE_ICON); 437 438 WinDefDlgProc(hwnd, WM_SETICON, MPFROMLONG(pState->hptr), MPVOID);
Note:
See TracChangeset
for help on using the changeset viewer.