Changeset 275 for trunk/src/pe2lx/strings.cpp
- Timestamp:
- Jul 6, 1999, 10:50:12 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pe2lx/strings.cpp
r97 r275 1 /* $Id: strings.cpp,v 1. 3 1999-06-10 17:08:55 phallerExp $ */1 /* $Id: strings.cpp,v 1.4 1999-07-06 08:50:12 sandervl Exp $ */ 2 2 3 3 /* … … 14 14 #define INCL_DOSPROCESS /* DOS Process values */ 15 15 #define INCL_DOSMISC /* DOS Miscellanous values */ 16 #define INCL_DOSNLS 16 17 #define INCL_WIN 17 18 #include <os2.h> … … 32 33 //whereas windows strings can be up to 64k bytes long 33 34 //****************************************************************************** 34 void ShowStrings(int id, char *data, int size )35 void ShowStrings(int id, char *data, int size, int cp) 35 36 { 36 37 USHORT *len;
Note:
See TracChangeset
for help on using the changeset viewer.