tlogstg.idl: Added new file and ITravelLogClient declaration.

oldstable
Jacek Caban 2012-01-19 15:49:11 +01:00 committed by Alexandre Julliard
parent 676754d11a
commit 97f4b22543
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -226,6 +226,7 @@ include/stdole2.tlb
include/strmif.h
include/structuredquerycondition.h
include/textstor.h
include/tlogstg.h
include/tom.h
include/unknwn.h
include/urlhist.h

View File

@ -83,6 +83,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "sensevts.h"
#include "ocmm.h"
#include "commoncontrols.h"
#include "tlogstg.h"
/* FIXME: cguids declares GUIDs but does not define their values */

View File

@ -92,6 +92,7 @@ PUBLIC_IDL_H_SRCS = \
strmif.idl \
structuredquerycondition.idl \
textstor.idl \
tlogstg.idl \
tom.idl \
unknwn.idl \
urlhist.idl \