2020-09-30 17:12:32 +02:00

9 lines
264 B
C

#include "cabinet.h"
// BUGBUG - BobDay - USER32 needs to implement this.
//normally: ChangeDisplaySettings (mapped in cabinet.h)
LONG WINAPI NoThkChangeDisplaySettings(LPDEVMODE lpdv, DWORD dwFlags)
{
return 0x12345678; // Non-zero is error condition
}