From ef76ed76f8a31f706ee675160e5c57c34b608516 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 30 Jun 2003 10:30:38 -0400 Subject: ENH: Added DLL support. --- Source/kwsys/Directory.hxx.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/kwsys/Directory.hxx.in') diff --git a/Source/kwsys/Directory.hxx.in b/Source/kwsys/Directory.hxx.in index 89cbf9d0fe..28ba2e3b5b 100644 --- a/Source/kwsys/Directory.hxx.in +++ b/Source/kwsys/Directory.hxx.in @@ -17,7 +17,7 @@ #ifndef @KWSYS_NAMESPACE@_Directory_hxx #define @KWSYS_NAMESPACE@_Directory_hxx -#include <@KWSYS_NAMESPACE@/Configure.hxx> +#include <@KWSYS_NAMESPACE@/Configure.h> namespace @KWSYS_NAMESPACE@ { @@ -32,7 +32,7 @@ class DirectoryInternals; * * Directory currently works with Windows and Unix operating systems. */ -class Directory +class @KWSYS_NAMESPACE@_EXPORT Directory { public: Directory(); -- cgit v1.2.1