Source code of Windows XP (NT5)
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.

22 lines
456 B

  1. /******************************************************************************
  2. Copyright (C) Microsoft Corporation 1991-1992. All rights reserved.
  3. Title: ntaviprt.h - Definitions for the portable win16/32 version of AVI
  4. *****************************************************************************/
  5. #ifndef _NTAVIPRT_H
  6. #define _NTAVIPRT_H
  7. #ifndef _WIN32
  8. #else
  9. #define IsGDIObject(obj) (GetObjectType((HGDIOBJ)(obj)) != 0)
  10. #endif
  11. #endif