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
478 B
22 lines
478 B
/******************************************************************************
|
|
|
|
Copyright (C) Microsoft Corporation 1991-1992. All rights reserved.
|
|
|
|
Title: ntaviprt.h - Definitions for the portable win16/32 version of AVI
|
|
|
|
*****************************************************************************/
|
|
#ifndef _NTAVIPRT_H
|
|
#define _NTAVIPRT_H
|
|
|
|
|
|
#ifndef _WIN32
|
|
|
|
|
|
#else
|
|
|
|
#define IsGDIObject(obj) (GetObjectType((HGDIOBJ)(obj)) != 0)
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|