Changeset 794 for trunk/dll/winlist.c
- Timestamp:
- Aug 21, 2007, 4:54:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/winlist.c
r766 r794 11 11 23 May 05 SHL Use QWL_USER 12 12 22 Jul 06 SHL Check more run time errors 13 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 13 14 14 15 ***********************************************************************/ … … 31 32 static PSZ pszSrcFile = __FILE__; 32 33 33 #pragma alloc_text(WINLIST,WindowList,WinListDlgProc)34 34 35 35 MRESULT EXPENTRY WinListDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) … … 259 259 WLIST_FRAME, MPFROMP(&hwnd)); 260 260 } 261 262 #pragma alloc_text(WINLIST,WindowList,WinListDlgProc)
Note:
See TracChangeset
for help on using the changeset viewer.