Changeset 793 for trunk/dll/autoview.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/autoview.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r773 r793 18 18 03 Nov 06 SHL Renames 19 19 30 Mar 07 GKY Remove GetPString for window class names 20 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 20 21 21 22 ***********************************************************************/ … … 40 41 41 42 static PSZ pszSrcFile = __FILE__; 42 43 #pragma alloc_text(AUTOVIEW,AutoViewProc,CreateHexDump,AutoObjProc)44 #pragma alloc_text(AUTOVIEW2,MakeAutoWinThread,WriteEA,PutComments)45 43 46 44 static HWND hwndAutoObj; … … 915 913 return PFNWPStatic(hwnd, msg, mp1, mp2); 916 914 } 915 916 #pragma alloc_text(AUTOVIEW,AutoViewProc,CreateHexDump,AutoObjProc) 917 #pragma alloc_text(AUTOVIEW2,MakeAutoWinThread,WriteEA,PutComments)
Note:
See TracChangeset
for help on using the changeset viewer.
