ObjFW  Diff

Differences From Artifact [5d7f8b1eec]:

To Artifact [dbb5e73795]:


45
46
47
48
49
50
51
52

53
54
55
56
57
58
59
	GREEN,
	YELLOW
};

int
main(int argc, char *argv[])
{
#ifdef OF_OBJFW_RUNTIME

	atexit(objc_exit);
#endif

	/* We need deterministic hashes for tests */
	of_hash_seed = 0;

#ifdef __wii__







|
>







45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
	GREEN,
	YELLOW
};

int
main(int argc, char *argv[])
{
#if defined(OF_OBJFW_RUNTIME) && !defined(_WIN32)
	/* This does not work on Win32 if ObjFW is built as a DLL */
	atexit(objc_exit);
#endif

	/* We need deterministic hashes for tests */
	of_hash_seed = 0;

#ifdef __wii__