Hi there,
I wanted to implement some gdiplus functions, but for this I need the GUIDs of some properties.
I took the GUIDs from http://www.reactos.org/generated/doxygen/db/de2/gdiplusimaging_8h-source.htm...,
but when I tried to compile gdiplus with the new gdiplusimaging.h with many DEFINE_GUID's,
the compiler kept complaining that "hidden symbol `FrameDimensionPage' isn't defined".
What did I do wrong?
-Adam