summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-30 20:42:13 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-30 20:49:09 +0200
commit753e9b3d45f5970ee77505ecf8a816e4e4c5389d (patch)
treeaf018ab52009c6236c549e7263aabc1c99c9976b /extensions
parentAdd "support" for building against the 10.8 SDK (diff)
downloadcore-753e9b3d45f5970ee77505ecf8a816e4e4c5389d.tar.gz
core-753e9b3d45f5970ee77505ecf8a816e4e4c5389d.zip
udkapi, offapi: do not use #include "foo":
Evidently on Windows, the newfangled ucpp handles #include "foo" differently from #include <foo> and treats it as a relative path, while the angle brackets always result in absolute paths. Since relative paths result in infinite rebuilds if make is invoked in a different directory, don't use #include "foo" in IDL files. Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/activex/so_activex.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/activex/so_activex.idl b/extensions/source/activex/so_activex.idl
index d1a7d9936eed..91606854c2a2 100644
--- a/extensions/source/activex/so_activex.idl
+++ b/extensions/source/activex/so_activex.idl
@@ -6,7 +6,7 @@
import "oaidl.idl";
import "ocidl.idl";
-#include "olectl.h"
+#include <olectl.h>
[