Changeset 1438 for trunk/dll/uudecode.c


Ignore:
Timestamp:
Jun 28, 2009, 10:47:00 PM (16 years ago)
Author:
Gregg Young
Message:

Improved drivebar changes; Added AddBackslashToPath() to remove repeatative code. replaced "
" with PCSZ variable; ANY_OBJ added the DosAlloc... (experimental)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/uudecode.c

    r1398 r1438  
    4343#include "misc.h"                       // PaintRecessedWindow
    4444#include "wrappers.h"                   // xfgets
     45#include "init.h"                       // Strings
    4546
    4647static PSZ pszSrcFile = __FILE__;
     
    9899    }
    99100    else
    100       strcat(build, "\\");
     101      strcat(build, PCSZ_BACKSLASH);
    101102    strncat(build, dest, CCHMAXPATH - strlen(dest));
    102103    strcpy(dest, build);
Note: See TracChangeset for help on using the changeset viewer.