Ignore:
Timestamp:
Jul 31, 2003, 5:59:49 PM (22 years ago)
Author:
sandervl
Message:

export DBCS environment variable; updated special DBCS string functions to behave differently in SBCS environments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.DEF

    r10176 r10191  
    1 ; $Id: KERNEL32.DEF,v 1.155 2003-07-16 18:06:59 sandervl Exp $
     1; $Id: KERNEL32.DEF,v 1.156 2003-07-31 15:59:48 sandervl Exp $
    22
    33;Basis is Windows95 KERNEL32
     
    978978    lstrlenAtoW                = _lstrlenAtoW@8              @890
    979979    lstrlenWtoA                = _lstrlenWtoA@8              @891
     980    lstrtrunc                  = _lstrtrunc@8                @892
    980981
    981982    GetLongPathNameA           = _GetLongPathNameA@12        @900
     
    12121213    OSLibDosDevIOCtl                                              @2026 NONAME
    12131214
     1215    fIsDBCSEnv                                                    @2103 NONAME
     1216
    12141217    vsnprintfW                            @2030 NONAME
    12151218    snprintfW                             @2031 NONAME
Note: See TracChangeset for help on using the changeset viewer.