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.
13 lines
165 B
13 lines
165 B
//
|
|
// varutil.h
|
|
//
|
|
|
|
|
|
#ifndef VARUTIL_H
|
|
#define VARUTIL_H
|
|
|
|
#include "varcomp.h"
|
|
|
|
HRESULT CicVarCmp(VARIANT *pvar1, VARIANT *pvar2);
|
|
|
|
#endif // VARUTIL_H
|