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.

12 lines
329 B

  1. //
  2. // this is where we get the real defn's for all of the DEFINE_GUID statements
  3. // so that people who link to gdiplus.lib will be able to resolve them
  4. //
  5. #include <windows.h>
  6. #include <wtypes.h>
  7. #include <objbase.h>
  8. #define INITGUID
  9. #include <guiddef.h>
  10. #include <gdipluspixelformats.h>
  11. #include <gdiplusImaging.h>