You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
346 B
9 lines
346 B
#include <windows.h>
|
|
#include <ole2.h>
|
|
#include <initguid.h>
|
|
#include "guids.h"
|
|
|
|
// we need to get the variables for the CLSID_ and IID_ compiled into our datasegment.
|
|
// we include initguid.h which defines a preprocessor variable which when it loads imsgbox.h
|
|
// will unwrap the DEFINE_GUID macro such that the variables are declared.
|
|
|