Autosyncing with Wine HEAD
[reactos.git] / rostests / winetests / comctl32 / comboex.c
index 8f436ca..f3f46b3 100644 (file)
@@ -189,11 +189,8 @@ static LRESULT CALLBACK ComboExTestWndProc(HWND hWnd, UINT msg, WPARAM wParam, L
 
 static void init(void) {
     WNDCLASSA wc;
-    INITCOMMONCONTROLSEX icex;
 
-    icex.dwSize = sizeof(INITCOMMONCONTROLSEX);
-    icex.dwICC   = ICC_USEREX_CLASSES;
-    InitCommonControlsEx(&icex);
+    InitCommonControls();
 
     wc.style = CS_HREDRAW | CS_VREDRAW;
     wc.cbClsExtra = 0;