Changeset 793 for trunk/dll/codepage.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/codepage.c
r551 r793 10 10 11 11 14 Jul 06 SHL Use Runtime_Error 12 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 12 13 13 14 ***********************************************************************/ … … 29 30 30 31 static PSZ pszSrcFile = __FILE__; 31 32 #pragma alloc_text(FMCODEPAGE,PickCodePageDlgBox,PickCodepage)33 32 34 33 MRESULT EXPENTRY PickCodePageDlgBox(HWND hwnd, ULONG msg, MPARAM mp1, … … 223 222 return cp; 224 223 } 224 225 #pragma alloc_text(FMCODEPAGE,PickCodePageDlgBox,PickCodepage)
Note:
See TracChangeset
for help on using the changeset viewer.