2001-11-11 23:35 UTC-0800 Brian Hays <bhays@abacuslaw.com>

This commit is contained in:
Brian Hays
2001-11-12 07:34:45 +00:00
parent 267e9fea1f
commit 370dac25c0
4 changed files with 122 additions and 16 deletions

View File

@@ -395,7 +395,7 @@ typedef DBSCOPEINFO * LPDBSCOPEINFO;
typedef struct
{
USHORT nScope; /* scope operation: TOPSCOPE/ENDSCOPE */
BYTE * scopeValue;
PHB_ITEM scopeValue;
} DBORDSCOPEINFO;
typedef DBORDSCOPEINFO * LPDBORDSCOPEINFO;