Removed struct UDATE forward declaration.
This commit is contained in:
parent
07a8c5402a
commit
42c803630b
|
@ -11,15 +11,13 @@
|
||||||
#include "oaidl.h"
|
#include "oaidl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
struct tagSAFEARRAY;
|
struct tagSAFEARRAY;
|
||||||
struct tagSAFEARRAYBOUND;
|
struct tagSAFEARRAYBOUND;
|
||||||
struct tagVARIANT;
|
struct tagVARIANT;
|
||||||
struct UDATE;
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* BSTR API
|
* BSTR API
|
||||||
|
|
Loading…
Reference in New Issue