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.

26 lines
673 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: usermode.h
  3. *
  4. * Client side stubs for any user-mode GDI-Plus thunks.
  5. *
  6. * Created: 2-May-1998
  7. * Author: J. Andrew Goossen [andrewgo]
  8. *
  9. * Copyright (c) 1998-1999 Microsoft Corporation
  10. \**************************************************************************/
  11. #define InitializeLpkHooks(a)
  12. #if DBG
  13. VOID DoRip(PSZ psz);
  14. #define PLUSRIP DoRip
  15. #else
  16. #define PLUSRIP
  17. #endif
  18. #define GetDC(a) \
  19. (PLUSRIP("GetDC"), 0)
  20. #define ReleaseDC(a, b) \
  21. (PLUSRIP("ReleaseDC"), 0)
  22. #define UserRealizePalette(a) \
  23. (PLUSRIP("UserRealizePalette"), 0)