Tobias Markus (@tobbi) commented about dlls/comctl32/updown.c:
UPDOWN_IsBuddyEdit(infoPtr) );}
+static int UPDOWN_GetBuddyBorderSize(HWND hwnd) +{
- if (GetWindowTheme(hwnd)) return 1;
Shouldn't you return `DEFAULT_BUDDYBORDER_THEMED` like in the original implementation?