projects
/
xonotic
/
netradiant.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4500cb
)
add the #include here too
author
Rudolf Polzer <divverent@alientrap.org>
Wed, 20 Apr 2011 15:57:26 +0000
(17:57 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Wed, 20 Apr 2011 15:57:26 +0000
(17:57 +0200)
radiant/mainframe.cpp
patch
|
blob
|
history
diff --git
a/radiant/mainframe.cpp
b/radiant/mainframe.cpp
index 85aaaee75b0c1487ac85b53d0d3d02827b080ffb..a91157bee2e9d1cb74765b406e4c3754d0433406 100644
(file)
--- a/
radiant/mainframe.cpp
+++ b/
radiant/mainframe.cpp
@@
-184,6
+184,9
@@
void VFS_Destroy()
// Home Paths
+#ifdef WIN32
+#include <shlobj.h>
+#endif
void HomePaths_Realise()
{
#if defined(POSIX)