Changeset 793 for trunk/dll/viewer.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/viewer.c
r766 r793 13 13 31 Aug 06 SHL Sync with disable_menuitem changes 14 14 30 Mar 07 GKY Remove GetPString for window class names 15 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 15 16 16 17 ***********************************************************************/ … … 34 35 35 36 static PSZ pszSrcFile = __FILE__; 36 37 #pragma alloc_text(VIEWER,MLEEditorProc,MLESubProc)38 #pragma alloc_text(STARTUP,StartMLEEditor)39 37 40 38 #define hwndMLE WinWindowFromID(hwnd,MLE_MLE) … … 1184 1182 return WinDefWindowProc(hwnd, msg, mp1, mp2); 1185 1183 } 1184 1185 #pragma alloc_text(VIEWER,MLEEditorProc,MLESubProc) 1186 #pragma alloc_text(STARTUP,StartMLEEditor)
Note:
See TracChangeset
for help on using the changeset viewer.