Ignore:
Timestamp:
Jul 6, 1999, 10:50:12 AM (26 years ago)
Author:
sandervl
Message:

Edgar Buerkle's codepages changes

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 phaller Exp $ */
     1/* $Id: strings.cpp,v 1.4 1999-07-06 08:50:12 sandervl Exp $ */
    22
    33/*
     
    1414#define INCL_DOSPROCESS          /* DOS Process values       */
    1515#define INCL_DOSMISC             /* DOS Miscellanous values  */
     16#define INCL_DOSNLS
    1617#define INCL_WIN
    1718#include <os2.h>
     
    3233//whereas windows strings can be up to 64k bytes long
    3334//******************************************************************************
    34 void ShowStrings(int id, char *data, int size)
     35void ShowStrings(int id, char *data, int size, int cp)
    3536{
    3637USHORT *len;
Note: See TracChangeset for help on using the changeset viewer.