Windows NT 4.0 source code leak
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.

17 lines
552 B

4 years ago
  1. /******************************Module*Header*******************************\
  2. * Module Name: ssutil.hxx
  3. *
  4. * Copyright (c) 1996 Microsoft Corporation
  5. *
  6. \**************************************************************************/
  7. #ifndef __ssutil_hxx__
  8. #define __ssutil_hxx__
  9. #include "sscommon.h"
  10. extern BOOL SSU_SetupPixelFormat( HDC hdc, int flags, PIXELFORMATDESCRIPTOR *ppfd );
  11. extern BOOL SSU_bNeedPalette( PIXELFORMATDESCRIPTOR *ppfd );
  12. extern int SSU_PixelFormatDescriptorFromDc( HDC Dc, PIXELFORMATDESCRIPTOR *Pfd );
  13. #endif // __ssutil_hxx__