Leaked source code of windows server 2003
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.

10 lines
337 B

  1. #include <objbase.h>
  2. #include <initguid.h>
  3. #include <mmsystem.h>
  4. #include "dsdmo.h"
  5. #include <medparam.h>
  6. #include <uuids.h>
  7. #include "aecdbgprop.h"
  8. // FIXME: this includes a lot more GUIDs than it needs to (do "strings dsdmo.dll")
  9. // Maybe it shouldn't need to include medparam.h. Should that come from dmoguids.lib?