ole32: Added a missing include needed for CLSID_ShellDesktop using MSVC headers.
This commit is contained in:
parent
1b31c6e616
commit
4fbdab7a8f
|
@ -29,6 +29,7 @@
|
|||
#include "winbase.h"
|
||||
#include "objbase.h"
|
||||
#include "shlguid.h"
|
||||
#include "shobjidl.h"
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue