Changeset 7885 for trunk/src


Ignore:
Timestamp:
Feb 12, 2002, 1:00:03 PM (24 years ago)
Author:
sandervl
Message:

moved Char functions to kernel32

Location:
trunk/src/user32
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/Makefile

    r7866 r7885  
    1 # $Id: Makefile,v 1.100 2002-02-11 13:48:39 sandervl Exp $
     1# $Id: Makefile,v 1.101 2002-02-12 12:00:02 sandervl Exp $
    22
    33#
     
    4545$(OBJDIR)\defwndproc.obj \
    4646$(OBJDIR)\syscolor.obj \
    47 $(OBJDIR)\char.obj \
    4847$(OBJDIR)\initterm.obj \
    4948$(OBJDIR)\inituser32.obj \
     
    119118LIBS = \
    120119$(ODIN32_LIB)/gdi32.lib \
     120$(ODIN32_LIB)/kernel32.lib \
    121121$(ODIN32_LIB)/wgss50.lib \
    122 $(ODIN32_LIB)/kernel32.lib \
    123122$(ODIN32_LIB)/libuls.lib \
    124123$(ODIN32_LIB)/$(ODINCRT).lib \
  • trunk/src/user32/dbglocal.cpp

    r7876 r7885  
    1 /* $Id: dbglocal.cpp,v 1.10 2002-02-11 16:46:00 sandervl Exp $ */
     1/* $Id: dbglocal.cpp,v 1.11 2002-02-12 12:00:02 sandervl Exp $ */
    22
    33/*
     
    9292"trace",
    9393"property",
     94"rect",
    9495"paint"
    9596};
  • trunk/src/user32/dbgwrap.cpp

    r7876 r7885  
    262262
    263263
    264 
    265 #undef DBG_LOCALLOG
    266 #define DBG_LOCALLOG    DBG_char
    267 DEBUGWRAP4(CharLowerA)
    268 DEBUGWRAP8(CharLowerBuffA)
    269 DEBUGWRAP8(CharLowerBuffW)
    270 DEBUGWRAP4(CharLowerW)
    271 DEBUGWRAP4(CharNextA)
    272 DEBUGWRAP12(CharNextExA)
    273 DEBUGWRAP12(CharNextExW)
    274 DEBUGWRAP4(CharNextW)
    275 DEBUGWRAP8(CharPrevA)
    276 DEBUGWRAP16(CharPrevExA)
    277 DEBUGWRAP16(CharPrevExW)
    278 DEBUGWRAP8(CharPrevW)
    279 DEBUGWRAP8(CharToOemA)
    280 DEBUGWRAP12(CharToOemBuffA)
    281 DEBUGWRAP12(CharToOemBuffW)
    282 DEBUGWRAP8(CharToOemW)
    283 DEBUGWRAP4(CharUpperA)
    284 DEBUGWRAP8(CharUpperBuffA)
    285 DEBUGWRAP8(CharUpperBuffW)
    286 DEBUGWRAP4(CharUpperW)
    287 DEBUGWRAP4(IsCharAlphaA)
    288 DEBUGWRAP4(IsCharAlphaNumericA)
    289 DEBUGWRAP4(IsCharAlphaNumericW)
    290 DEBUGWRAP4(IsCharAlphaW)
    291 DEBUGWRAP4(IsCharLowerA)
    292 DEBUGWRAP4(IsCharLowerW)
    293 DEBUGWRAP4(IsCharUpperA)
    294 DEBUGWRAP4(IsCharUpperW)
    295 DEBUGWRAP8(OemToCharA)
    296 DEBUGWRAP12(OemToCharBuffA)
    297 DEBUGWRAP12(OemToCharBuffW)
    298 DEBUGWRAP8(OemToCharW)
    299264
    300265#undef DBG_LOCALLOG
  • trunk/src/user32/user32dbg.def

    r7867 r7885  
    1 ; $Id: user32dbg.def,v 1.1 2002-02-11 13:49:05 sandervl Exp $
     1; $Id: user32dbg.def,v 1.2 2002-02-12 12:00:03 sandervl Exp $
    22
    33LIBRARY USER32 INITINSTANCE TERMINSTANCE
     
    5757    ChangeMenuA                = _DbgChangeMenuA@20             @25
    5858    ChangeMenuW                = _DbgChangeMenuW@20             @26
    59     CharLowerA                 = _DbgCharLowerA@4               @27
    60     CharLowerBuffA             = _DbgCharLowerBuffA@8           @28
    61     CharLowerBuffW             = _DbgCharLowerBuffW@8           @29
    62     CharLowerW                 = _DbgCharLowerW@4               @30
    63     CharNextA                  = _DbgCharNextA@4                @31
    64     CharNextExA                = _DbgCharNextExA@12             @32
    65     CharNextExW                = _DbgCharNextExW@12             @33
    66     CharNextW                  = _DbgCharNextW@4                @34
    67     CharPrevA                  = _DbgCharPrevA@8                @35
    68     CharPrevExA                = _DbgCharPrevExA@16             @36
    69     CharPrevExW                = _DbgCharPrevExW@16             @37
    70     CharPrevW                  = _DbgCharPrevW@8                @38
    71     CharToOemA                 = _DbgCharToOemA@8               @39
    72     CharToOemBuffA             = _DbgCharToOemBuffA@12          @40
    73     CharToOemBuffW             = _DbgCharToOemBuffW@12          @41
    74     CharToOemW                 = _DbgCharToOemW@8               @42
    75     CharUpperA                 = _DbgCharUpperA@4               @43
    76     CharUpperBuffA             = _DbgCharUpperBuffA@8           @44
    77     CharUpperBuffW             = _DbgCharUpperBuffW@8           @45
    78     CharUpperW                 = _DbgCharUpperW@4               @46
     59    CharLowerA                 = _CharLowerA@4               @27
     60    CharLowerBuffA             = _CharLowerBuffA@8           @28
     61    CharLowerBuffW             = _CharLowerBuffW@8           @29
     62    CharLowerW                 = _CharLowerW@4               @30
     63    CharNextA                  = _CharNextA@4                @31
     64    CharNextExA                = _CharNextExA@12             @32
     65    CharNextExW                = _CharNextExW@12             @33
     66    CharNextW                  = _CharNextW@4                @34
     67    CharPrevA                  = _CharPrevA@8                @35
     68    CharPrevExA                = _CharPrevExA@16             @36
     69    CharPrevExW                = _CharPrevExW@16             @37
     70    CharPrevW                  = _CharPrevW@8                @38
     71    CharToOemA                 = _CharToOemA@8               @39
     72    CharToOemBuffA             = _CharToOemBuffA@12          @40
     73    CharToOemBuffW             = _CharToOemBuffW@12          @41
     74    CharToOemW                 = _CharToOemW@8               @42
     75    CharUpperA                 = _CharUpperA@4               @43
     76    CharUpperBuffA             = _CharUpperBuffA@8           @44
     77    CharUpperBuffW             = _CharUpperBuffW@8           @45
     78    CharUpperW                 = _CharUpperW@4               @46
    7979    CheckDlgButton             = _DbgCheckDlgButton@12          @47
    8080    CheckMenuItem              = _DbgCheckMenuItem@12           @48
     
    364364    InvalidateRgn              = _DbgInvalidateRgn@12           @329
    365365    InvertRect                 = _DbgInvertRect@8               @330
    366     IsCharAlphaA               = _DbgIsCharAlphaA@4             @331
    367     IsCharAlphaNumericA        = _DbgIsCharAlphaNumericA@4      @332
    368     IsCharAlphaNumericW        = _DbgIsCharAlphaNumericW@4      @333
    369     IsCharAlphaW               = _DbgIsCharAlphaW@4             @334
    370     IsCharLowerA               = _DbgIsCharLowerA@4             @335
    371     IsCharLowerW               = _DbgIsCharLowerW@4             @336
    372     IsCharUpperA               = _DbgIsCharUpperA@4             @337
    373     IsCharUpperW               = _DbgIsCharUpperW@4             @338
     366    IsCharAlphaA               = _IsCharAlphaA@4             @331
     367    IsCharAlphaNumericA        = _IsCharAlphaNumericA@4      @332
     368    IsCharAlphaNumericW        = _IsCharAlphaNumericW@4      @333
     369    IsCharAlphaW               = _IsCharAlphaW@4             @334
     370    IsCharLowerA               = _IsCharLowerA@4             @335
     371    IsCharLowerW               = _IsCharLowerW@4             @336
     372    IsCharUpperA               = _IsCharUpperA@4             @337
     373    IsCharUpperW               = _IsCharUpperW@4             @338
    374374    IsChild                    = _DbgIsChild@8                  @339
    375375    IsClipboardFormatAvailable  = _DbgIsClipboardFormatAvailable@4 @340
     
    434434    MsgWaitForMultipleObjects  = _DbgMsgWaitForMultipleObjects@20 @397
    435435    OemKeyScan                 = _DbgOemKeyScan@4               @398
    436     OemToCharA                 = _DbgOemToCharA@8               @399
    437     OemToCharBuffA             = _DbgOemToCharBuffA@12          @400
    438     OemToCharBuffW             = _DbgOemToCharBuffW@12          @401
    439     OemToCharW                 = _DbgOemToCharW@8               @402
     436    OemToCharA                 = _OemToCharA@8               @399
     437    OemToCharBuffA             = _OemToCharBuffA@12          @400
     438    OemToCharBuffW             = _OemToCharBuffW@12          @401
     439    OemToCharW                 = _OemToCharW@8               @402
    440440    OffsetRect                 = _DbgOffsetRect@12              @403
    441441    OpenClipboard              = _DbgOpenClipboard@4            @404
Note: See TracChangeset for help on using the changeset viewer.