The bindings are translated from mingw headers, and mingw doesn't supply libraries with precompiled GUIDs, only functions. But bindings for GUIDs are pretty simple:

extern extern(System) CLSID CLSID_SWbemLocator;

Just copy the names you want.

Reply via email to