summaryrefslogtreecommitdiff
path: root/src/utils/specialfolder.h
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-04-18 14:38:08 -0700
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-18 23:56:24 +0200
commit42605753159d7b63276351311e0fd43874a3366b (patch)
treed09aeedfab835fd35e2ddebb0583a4460878cd43 /src/utils/specialfolder.h
parenta8489adc8c4f6fe8355ea1abbfb7be12d0e73b27 (diff)
downloadmana-client-42605753159d7b63276351311e0fd43874a3366b.tar.gz
mana-client-42605753159d7b63276351311e0fd43874a3366b.tar.bz2
mana-client-42605753159d7b63276351311e0fd43874a3366b.tar.xz
mana-client-42605753159d7b63276351311e0fd43874a3366b.zip
Remove illegal macro names starting with underscore and capital
Diffstat (limited to 'src/utils/specialfolder.h')
-rw-r--r--src/utils/specialfolder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/specialfolder.h b/src/utils/specialfolder.h
index c2c2e0be..eef6416b 100644
--- a/src/utils/specialfolder.h
+++ b/src/utils/specialfolder.h
@@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _SPECIALFOLDER_H
-#define _SPECIALFOLDER_H
+#ifndef SPECIALFOLDER_H
+#define SPECIALFOLDER_H
#ifdef WIN32
#include <shlobj.h>