diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-02 18:12:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-03 15:19:55 +0100 |
commit | 827430c8c0417396b3c1d2a049ccddb818c89646 (patch) | |
tree | 2b249c14dcbfb725469b4dd70c125d00486d2a84 /include | |
parent | 1924d05e706e6308b4de3b6103ebb73976866d66 (diff) |
Fold URE: Windows
...assuming the delayLoadHook in cli_ure/source/native/native_bootstrap.cxx is
no longer necessary and loading of cppuhelper from the program dir cannot fail
regardless in whatever scenario the cli_cppuhelper library itself is loaded.
Change-Id: I13f32b327bca4cce9780864f5e57cdad3860afe5
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/pathutils.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/tools/pathutils.hxx b/include/tools/pathutils.hxx index 7649114bc92a..6e61a29fea23 100644 --- a/include/tools/pathutils.hxx +++ b/include/tools/pathutils.hxx @@ -66,19 +66,6 @@ WCHAR * buildPath( WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, WCHAR const * backBegin, std::size_t backLength); -/** Resolve a link file. - - @param path - An input/output parameter taking the path; must point at a valid range of - memory of size at least MAX_PATH. On input, contains the null-terminated - full path of the link file. On output, contains the null-terminated full - path of the resolved link; if NULL is returned, the content is unspecified. - @return - A pointer to the terminating null character of path, or NULL if a failure - occurred. -*/ -WCHAR * resolveLink(WCHAR * path); - } #endif |