79393909

Date: 2025-01-28 13:01:44
Score: 0.5
Natty:
Report link

These codes are somwehat obfuscated in CommCtrl.h. e.g. 0xFFFFFD13 is this:

#define MCN_SELCHANGE       (MCN_FIRST - 3) // -749

with

#define MCN_FIRST               (0U-746U)       // monthcal

These defines make use of the wrap around nature of unsinged ints.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Christian Halaszovich