1 --- extern/cloop/src/tests/test1/CTest.c
2 +++ extern/cloop/src/tests/test1/CTest.c
4 struct CALC_IFactory* (*createFactory)();
7 - createFactory = (struct Factory* (*)()) GetProcAddress(library, "createFactory");
8 + createFactory = (struct CALC_IFactory* (*)()) GetProcAddress(library, "createFactory");
10 createFactory = dlsym(library, "createFactory");