Joel Leclerc meerkatanonymous@gmail.com writes:
HRESULT WINAPI DwmIsCompositionEnabled(BOOL *enabled) {
- static int once;
- if (!once)
- {
FIXME("%p\n", enabled);
once = 1;
- }
- else
TRACE("%p\n", enabled);
- TRACE("%p\n", enabled);
- *enabled = FALSE;
- *enabled = TRUE;
It seems that this is only moving the problem around. We'd probably need to check the manifest version as described in MSDN.