From 68a46feb0eb43663ff145fea3b2216ea79c8e36f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 18 Apr 2013 18:14:52 +0300 Subject: improve specialfolder file. --- src/utils/specialfolder.cpp | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'src/utils/specialfolder.cpp') diff --git a/src/utils/specialfolder.cpp b/src/utils/specialfolder.cpp index 536b4158f..9415e4d46 100644 --- a/src/utils/specialfolder.cpp +++ b/src/utils/specialfolder.cpp @@ -23,12 +23,6 @@ #include "utils/specialfolder.h" #include -#ifdef M_SPECIALFOLDERLOCATION_TEST_ -// compile with -D_SPECIALFOLDERLOCATION_TEST_ to get a standalone -// binary for testing -#include -#endif - #include "debug.h" /* @@ -37,7 +31,7 @@ * See http://msdn.microsoft.com/en-us/library/bb762494(VS.85).aspx for * a list of folder ids */ -std::string getSpecialFolderLocation(int folderId) +std::string getSpecialFolderLocation(const int folderId) { std::string ret; LPITEMIDLIST pItemIdList; @@ -62,20 +56,4 @@ std::string getSpecialFolderLocation(int folderId) return ret; } -#ifdef M_SPECIALFOLDERLOCATION_TEST_ -int main() -{ - std::cout << "APPDATA " << getSpecialFolderLocation(CSIDL_APPDATA) - << std::endl; - std::cout << "DESKTOP " << getSpecialFolderLocation(CSIDL_DESKTOP) - << std::endl; - std::cout << "LOCAL_APPDATA " - << getSpecialFolderLocation(CSIDL_LOCAL_APPDATA) - << std::endl; - std::cout << "MYPICTURES " << getSpecialFolderLocation(CSIDL_MYPICTURES) - << std::endl; - std::cout << "PERSONAL " << getSpecialFolderLocation(CSIDL_PERSONAL) - << std::endl; -} -#endif #endif -- cgit v1.2.3-60-g2f50