Nikolay Sivov (@nsivov) commented about dlls/d2d1/tests/d2d1.c:
START_TEST(d2d1) {
- HMODULE d2d1_dll = GetModuleHandleA("d2d1.dll");
- HMODULE d2d1_dll = LoadLibraryA("d2d1.dll"); unsigned int argc, i;
Why do we need this? We do import D2D1CreateFactory() and I do see any skips on Windows. Module pointer is not null on both Wine and Windows.