summaryrefslogtreecommitdiffstats
path: root/xpcom/io/SpecialSystemDirectory.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-19 16:11:56 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-19 16:11:56 +0100
commit01b1e411bdb042dbc99668e3b6689da799c7828a (patch)
tree2fef3dd21552406dafd886b5f5f1aeccf6445f01 /xpcom/io/SpecialSystemDirectory.h
parentce1bd4f244710fcec718e164c6d9b1621c8ec810 (diff)
downloadUXP-01b1e411bdb042dbc99668e3b6689da799c7828a.tar
UXP-01b1e411bdb042dbc99668e3b6689da799c7828a.tar.gz
UXP-01b1e411bdb042dbc99668e3b6689da799c7828a.tar.lz
UXP-01b1e411bdb042dbc99668e3b6689da799c7828a.tar.xz
UXP-01b1e411bdb042dbc99668e3b6689da799c7828a.zip
Remove StartupSpecialSystemDirectory() workaround.
The SHGetKnownFolderPath function declaration is exposed since [85edb1c711f7816ed1a30edd07b37d314fac216a] so we no longer need to GetProcAddress("SHGetKnownFolderPath") and we can call it directly. Also remove a redundant #include <shlobj.h>.
Diffstat (limited to 'xpcom/io/SpecialSystemDirectory.h')
-rw-r--r--xpcom/io/SpecialSystemDirectory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xpcom/io/SpecialSystemDirectory.h b/xpcom/io/SpecialSystemDirectory.h
index dd3d88379..7c7f8fa42 100644
--- a/xpcom/io/SpecialSystemDirectory.h
+++ b/xpcom/io/SpecialSystemDirectory.h
@@ -16,9 +16,6 @@
#include "prenv.h"
#endif
-extern void StartupSpecialSystemDirectory();
-
-
enum SystemDirectories {
OS_DriveDirectory = 1,
OS_TemporaryDirectory = 2,