From 6d242237b31df4d17404c84a4de63dd9375bd3c7 Mon Sep 17 00:00:00 2001 From: David Mayerich Date: Sun, 29 May 2016 21:46:15 -0500 Subject: [PATCH] added comments and fixed errors in the file_list() function of stim::filename --- stim/parser/filename.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stim/parser/filename.h b/stim/parser/filename.h index 62ba09f..167a717 100644 --- a/stim/parser/filename.h +++ b/stim/parser/filename.h @@ -213,7 +213,7 @@ public: //this is OS dependent, so we're starting with Windows //the Unix version requires Boost -#elif _WIN32 +#ifdef _WIN32 stim::filename filepath(dir_fname()); //initialize filepath with the mask HANDLE hFind = INVALID_HANDLE_VALUE; //allocate data structures for looping through files -- libgit2 0.21.4