Commit 3935c81b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

include: Added netcon.idl.

parent 0c334f59
...@@ -138,6 +138,7 @@ include/msinkaut.h ...@@ -138,6 +138,7 @@ include/msinkaut.h
include/mstask.h include/mstask.h
include/msxml.h include/msxml.h
include/msxml2.h include/msxml2.h
include/netcon.h
include/netfw.h include/netfw.h
include/oaidl.h include/oaidl.h
include/objidl.h include/objidl.h
......
...@@ -76,6 +76,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0); ...@@ -76,6 +76,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "isguids.h" #include "isguids.h"
#include "objsafe.h" #include "objsafe.h"
#include "perhist.h" #include "perhist.h"
#include "netcon.h"
/* FIXME: cguids declares GUIDs but does not define their values */ /* FIXME: cguids declares GUIDs but does not define their values */
......
...@@ -50,6 +50,7 @@ PUBLIC_IDL_H_SRCS = \ ...@@ -50,6 +50,7 @@ PUBLIC_IDL_H_SRCS = \
mstask.idl \ mstask.idl \
msxml.idl \ msxml.idl \
msxml2.idl \ msxml2.idl \
netcon.idl \
netfw.idl \ netfw.idl \
oaidl.idl \ oaidl.idl \
objidl.idl \ objidl.idl \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment