Check for NULL before doing IsEqualGUID().
[wine] / dlls / dciman32 / dciman_main.c
1 /* 
2  * Implementation of DCIMAN32 - Direct C? Interface Manager?
3  * 
4  * Copyright 2000 Marcus Meissner
5  */
6
7 #include <stdio.h>
8
9 #include "winbase.h"
10 #include "winerror.h"
11 #include "debugtools.h"
12
13 /***********************************************************************
14  *              DCIOpenProvider (DCIMAN32.@)
15  */
16 HDC WINAPI
17 DCIOpenProvider(void) {
18     SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
19     return 0;
20 }