Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/syslink.c:
DestroyWindow(hwnd);
}
+static void test_GETSYSLINKID(void) +{
- HWND hwnd;
- int point;
- hwnd = create_syslink(WS_CHILD | WS_TABSTOP | WS_VISIBLE, hWndParent);
- ok(hwnd != NULL, "Failed to create SysLink window.\n");
- //the test point of link3(x=260 y=10).
Don't use C++ comments. Use /* */ instead.