21 lines
353 B
C
21 lines
353 B
C
//--------------------------------------------------------------------
|
|
// Microsoft OLE DB Sample Provider
|
|
// (C) Copyright 1991 - 1999 Microsoft Corporation. All Rights Reserved.
|
|
//
|
|
// @doc
|
|
//
|
|
// @module COMMON.H | common global functions
|
|
//
|
|
//
|
|
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
|
|
BOOL IsEqualDBID
|
|
(
|
|
const DBID * px,
|
|
const DBID * py
|
|
);
|
|
|
|
|
|
#endif |