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.

34 lines
533 B

  1. //// precomp.hxx
  2. //
  3. // Private StringFormatFlags
  4. const int StringFormatFlagsPrivateNoGDI = 0x80000000;
  5. const int StringFormatFlagsPrivateAlwaysUseFullImager = 0x40000000;
  6. #include <windows.h>
  7. #include <objbase.h>
  8. #include <math.h> // sin & cos
  9. //
  10. // Where is IStream included from?
  11. //
  12. #define IStream int
  13. #include <gdiplus.h>
  14. using namespace Gdiplus;
  15. #include <stdlib.h>
  16. #include <malloc.h>
  17. #include <memory.h>
  18. #include <string.h>
  19. #include "resource.h"