From 5e14ab971129eb95ca02e373fc21adb46c0eaca1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Jul 2011 22:52:35 +0300 Subject: Remove undescore from variables and defines. --- src/utils/specialfolder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/specialfolder.cpp') diff --git a/src/utils/specialfolder.cpp b/src/utils/specialfolder.cpp index 5ac06848f..31eaec687 100644 --- a/src/utils/specialfolder.cpp +++ b/src/utils/specialfolder.cpp @@ -23,7 +23,7 @@ #include "utils/specialfolder.h" #include -#ifdef _SPECIALFOLDERLOCATION_TEST_ +#ifdef M_SPECIALFOLDERLOCATION_TEST_ // compile with -D_SPECIALFOLDERLOCATION_TEST_ to get a standalone // binary for testing #include @@ -62,7 +62,7 @@ std::string getSpecialFolderLocation(int folderId) return ret; } -#ifdef _SPECIALFOLDERLOCATION_TEST_ +#ifdef M_SPECIALFOLDERLOCATION_TEST_ int main() { std::cout << "APPDATA " << getSpecialFolderLocation(CSIDL_APPDATA) -- cgit v1.2.3-60-g2f50