reactos/dll/win32/imm32
Katayama Hirofumi MZ 8e01ab830b
[IMM32] Disable some annoying logging (#6249)
@HBelusca said in ReactOS Chat:

> hi, is it possible to disable those two dprints?
> err:(../dll/win32/imm32/imm.c:949) pIMC was NULL
> err:(../dll/win32/imm32/imm.c:849) pClientImc was NULL
> they come out every other second of usage of any app in ReactOS.

JIRA issue: CORE-19268
Disable logging on two points by not using IS_NULL_UNEXPECTEDLY macro.
2023-12-29 20:57:27 +09:00
..
res [IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021) 2023-11-24 23:02:19 +09:00
c1keys.h [IMM32] Implement Soft Keyboard Type C1 (#6036) 2023-11-25 18:56:33 +09:00
candidate.c [IMM32] Silence 'Out of boundary' log-spam 2023-02-26 11:57:44 +09:00
CMakeLists.txt [IMM32][SDK][NTUSER] Implement CtfImmTIMActivate (#6041) 2023-11-30 17:22:50 +09:00
compstr.c [IMM32] Fix ImmGetCompositionStringA/W (#5105) 2023-02-27 12:33:45 +09:00
ctf.c [IMM32] Include ldrfuncs.h for RtlDllShutdownInProgress (#6071) 2023-12-04 13:47:39 +01:00
guideline.c [IMM32] Improve debuggability at all (#4798) 2022-10-23 09:51:24 +09:00
ime.c [MSCTFIME][IMM32][SDK] Implement CtfImeInquireExW (#6187) 2023-12-18 19:11:17 +09:00
imm.c [IMM32] Disable some annoying logging (#6249) 2023-12-29 20:57:27 +09:00
imm32.rc [IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021) 2023-11-24 23:02:19 +09:00
imm32.spec [MSCTFIME][SDK][USER32] Add msctfime.ime (stub) (#6141) 2023-12-11 22:37:25 +09:00
keymsg.c [IMM32][SDK][NTUSER] Implement ImmProcessKey for Cicero (#6106) 2023-12-03 17:33:22 +09:00
precomp.h [IMM32] Rewrite ImmLoadLayout (#6138) 2023-12-09 09:49:57 +09:00
regword.c [IMM32] Improve debuggability at all (#4798) 2022-10-23 09:51:24 +09:00
resource.h [IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021) 2023-11-24 23:02:19 +09:00
softkbd.c [IMM32] Implement Soft Keyboard Type C1 (#6036) 2023-11-25 18:56:33 +09:00
t1keys.h [IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021) 2023-11-24 23:02:19 +09:00
utils.c [IMM32] s/CopyMemory/RtlCopyMemory/ 2023-11-27 16:21:34 +09:00
win3.c [IMM32] Improve debuggability at all (#4798) 2022-10-23 09:51:24 +09:00