Ignore:
Timestamp:
May 30, 2011, 5:44:18 PM (14 years ago)
Author:
pr
Message:

Add nlsThousandsLong to fix signed/unsigned display error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/nls.h

    r249 r390  
    1313
    1414/*
    15  *      Copyright (C) 1997-2001 Ulrich M”ller.
     15 *      Copyright (C) 1997-2011 Ulrich M”ller.
    1616 *      This file is part of the "XWorkplace helpers" source package.
    1717 *      This is free software; you can redistribute it and/or modify
     
    127127        typedef NLSTHOUSANDSULONG *PNLSTHOUSANDSULONG;
    128128
     129        PSZ XWPENTRY nlsThousandsLong(PSZ pszTarget, LONG l, CHAR cThousands);
     130
    129131        PSZ XWPENTRY nlsThousandsDouble(PSZ pszTarget, double dbl, CHAR cThousands);
    130132
Note: See TracChangeset for help on using the changeset viewer.