Changeset 793 for trunk/dll/input.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/input.c
r574 r793 12 12 14 Jul 06 SHL Use Runtime_Error 13 13 22 Mar 07 GKY Use QWL_USER 14 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 14 15 15 16 ***********************************************************************/ … … 28 29 29 30 static PSZ pszSrcFile = __FILE__; 30 31 #pragma alloc_text(FMINPUT,InputDlgProc)32 31 33 32 MRESULT EXPENTRY InputDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) … … 91 90 return WinDefDlgProc(hwnd, msg, mp1, mp2); 92 91 } 92 93 #pragma alloc_text(FMINPUT,InputDlgProc)
Note:
See TracChangeset
for help on using the changeset viewer.