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.

41 lines
718 B

  1. /**************************************************************************\
  2. *
  3. * Copyright (c) 2000, Microsoft Corp. All Rights Reserved.
  4. *
  5. * Module Name:
  6. *
  7. * StaticFlat.h
  8. *
  9. * Abstract:
  10. *
  11. * Flat GDI+ API wrappers for the static lib
  12. *
  13. * Revision History:
  14. *
  15. * 3/23/2000 dcurtis
  16. * Created it.
  17. *
  18. \**************************************************************************/
  19. #ifndef _STATICFLAT_H
  20. #define _STATICFLAT_H
  21. #define WINGDIPAPI __stdcall
  22. // currently, only C++ wrapper API's force const.
  23. #ifdef _GDIPLUS_H
  24. #define GDIPCONST const
  25. #else
  26. #define GDIPCONST
  27. #endif
  28. #ifdef __cplusplus
  29. extern "C" {
  30. #endif
  31. #ifdef __cplusplus
  32. }
  33. #endif
  34. #endif // !_STATICFLAT_H