Changeset 793 for trunk/dll/string.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/string.c
r551 r793 10 10 11 11 22 Jul 06 SHL Comments 12 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 12 13 13 14 ***********************************************************************/ … … 26 27 #include "fm3str.h" 27 28 #include "version.h" 28 29 #pragma alloc_text(STRINGS,LoadStrings,GetPString)30 29 31 30 static char **strs, *str; … … 131 130 return numStr && str && strs; 132 131 } 132 133 #pragma alloc_text(STRINGS,LoadStrings,GetPString)
Note:
See TracChangeset
for help on using the changeset viewer.