mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
The #ifdef prevents setting the variable, es, to NULL, which lead to an illegal access. This didn't match dll/comctl32/edit.c . Patch by 'I_Kill_Bugs' contributor.