- Timestamp:
- Feb 12, 2002, 1:00:03 PM (24 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/Makefile
r7866 r7885 1 # $Id: Makefile,v 1.10 0 2002-02-11 13:48:39sandervl Exp $1 # $Id: Makefile,v 1.101 2002-02-12 12:00:02 sandervl Exp $ 2 2 3 3 # … … 45 45 $(OBJDIR)\defwndproc.obj \ 46 46 $(OBJDIR)\syscolor.obj \ 47 $(OBJDIR)\char.obj \48 47 $(OBJDIR)\initterm.obj \ 49 48 $(OBJDIR)\inituser32.obj \ … … 119 118 LIBS = \ 120 119 $(ODIN32_LIB)/gdi32.lib \ 120 $(ODIN32_LIB)/kernel32.lib \ 121 121 $(ODIN32_LIB)/wgss50.lib \ 122 $(ODIN32_LIB)/kernel32.lib \123 122 $(ODIN32_LIB)/libuls.lib \ 124 123 $(ODIN32_LIB)/$(ODINCRT).lib \ -
trunk/src/user32/dbglocal.cpp
r7876 r7885 1 /* $Id: dbglocal.cpp,v 1.1 0 2002-02-11 16:46:00sandervl Exp $ */1 /* $Id: dbglocal.cpp,v 1.11 2002-02-12 12:00:02 sandervl Exp $ */ 2 2 3 3 /* … … 92 92 "trace", 93 93 "property", 94 "rect", 94 95 "paint" 95 96 }; -
trunk/src/user32/dbgwrap.cpp
r7876 r7885 262 262 263 263 264 265 #undef DBG_LOCALLOG266 #define DBG_LOCALLOG DBG_char267 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)299 264 300 265 #undef DBG_LOCALLOG -
trunk/src/user32/user32dbg.def
r7867 r7885 1 ; $Id: user32dbg.def,v 1. 1 2002-02-11 13:49:05sandervl Exp $1 ; $Id: user32dbg.def,v 1.2 2002-02-12 12:00:03 sandervl Exp $ 2 2 3 3 LIBRARY USER32 INITINSTANCE TERMINSTANCE … … 57 57 ChangeMenuA = _DbgChangeMenuA@20 @25 58 58 ChangeMenuW = _DbgChangeMenuW@20 @26 59 CharLowerA = _ DbgCharLowerA@4 @2760 CharLowerBuffA = _ DbgCharLowerBuffA@8 @2861 CharLowerBuffW = _ DbgCharLowerBuffW@8 @2962 CharLowerW = _ DbgCharLowerW@4 @3063 CharNextA = _ DbgCharNextA@4 @3164 CharNextExA = _ DbgCharNextExA@12 @3265 CharNextExW = _ DbgCharNextExW@12 @3366 CharNextW = _ DbgCharNextW@4 @3467 CharPrevA = _ DbgCharPrevA@8 @3568 CharPrevExA = _ DbgCharPrevExA@16 @3669 CharPrevExW = _ DbgCharPrevExW@16 @3770 CharPrevW = _ DbgCharPrevW@8 @3871 CharToOemA = _ DbgCharToOemA@8 @3972 CharToOemBuffA = _ DbgCharToOemBuffA@12 @4073 CharToOemBuffW = _ DbgCharToOemBuffW@12 @4174 CharToOemW = _ DbgCharToOemW@8 @4275 CharUpperA = _ DbgCharUpperA@4 @4376 CharUpperBuffA = _ DbgCharUpperBuffA@8 @4477 CharUpperBuffW = _ DbgCharUpperBuffW@8 @4578 CharUpperW = _ DbgCharUpperW@4 @4659 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 79 79 CheckDlgButton = _DbgCheckDlgButton@12 @47 80 80 CheckMenuItem = _DbgCheckMenuItem@12 @48 … … 364 364 InvalidateRgn = _DbgInvalidateRgn@12 @329 365 365 InvertRect = _DbgInvertRect@8 @330 366 IsCharAlphaA = _ DbgIsCharAlphaA@4 @331367 IsCharAlphaNumericA = _ DbgIsCharAlphaNumericA@4 @332368 IsCharAlphaNumericW = _ DbgIsCharAlphaNumericW@4 @333369 IsCharAlphaW = _ DbgIsCharAlphaW@4 @334370 IsCharLowerA = _ DbgIsCharLowerA@4 @335371 IsCharLowerW = _ DbgIsCharLowerW@4 @336372 IsCharUpperA = _ DbgIsCharUpperA@4 @337373 IsCharUpperW = _ DbgIsCharUpperW@4 @338366 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 374 374 IsChild = _DbgIsChild@8 @339 375 375 IsClipboardFormatAvailable = _DbgIsClipboardFormatAvailable@4 @340 … … 434 434 MsgWaitForMultipleObjects = _DbgMsgWaitForMultipleObjects@20 @397 435 435 OemKeyScan = _DbgOemKeyScan@4 @398 436 OemToCharA = _ DbgOemToCharA@8 @399437 OemToCharBuffA = _ DbgOemToCharBuffA@12 @400438 OemToCharBuffW = _ DbgOemToCharBuffW@12 @401439 OemToCharW = _ DbgOemToCharW@8 @402436 OemToCharA = _OemToCharA@8 @399 437 OemToCharBuffA = _OemToCharBuffA@12 @400 438 OemToCharBuffW = _OemToCharBuffW@12 @401 439 OemToCharW = _OemToCharW@8 @402 440 440 OffsetRect = _DbgOffsetRect@12 @403 441 441 OpenClipboard = _DbgOpenClipboard@4 @404
Note:
See TracChangeset
for help on using the changeset viewer.