blob: 55380f29c96c40a77ad4911f2e8961cd8e83e8a9 [file] [log] [blame]
/*
* Implementation of DCIMAN32 - Direct C? Interface Manager?
*
* Copyright 2000 Marcus Meissner
*/
#include <stdio.h>
#include "winbase.h"
#include "winerror.h"
#include "debugtools.h"
/***********************************************************************
* DCIOpenProvider (DCIMAN32.@)
*/
HDC WINAPI
DCIOpenProvider(void) {
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}