summaryrefslogtreecommitdiff
path: root/include/registry/writer.h
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-09 09:09:19 +0200
committerNoel Grandin <noel@peralex.com>2015-04-09 09:10:30 +0200
commitf1e22f1a051c44a55759b7d44b0f0ef1b6f3c9de (patch)
tree384c34bb7a5e42796983621150ca4a3ed8e67a93 /include/registry/writer.h
parent6124ad4ca2c98e4c76cc7a32c4c8e538d9cd8b87 (diff)
fix android build
since after my converting stuff in include/registry/types.h to use 'enum class', it can obviously no longer be "extern C", so drop the "extern C" and rename the file to reflect that. Change-Id: Ia30f5731316525e48531c4785ab7471a428bcf6f
Diffstat (limited to 'include/registry/writer.h')
-rw-r--r--include/registry/writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/writer.h b/include/registry/writer.h
index bf5b314816ba..e05b09634ede 100644
--- a/include/registry/writer.h
+++ b/include/registry/writer.h
@@ -21,7 +21,7 @@
#define INCLUDED_REGISTRY_WRITER_H
#include <registry/regdllapi.h>
-#include <registry/types.h>
+#include <registry/types.hxx>
#include <registry/version.h>
#include <rtl/ustring.h>