Commit 6d242237b31df4d17404c84a4de63dd9375bd3c7

Authored by David Mayerich
1 parent 4f007f77

added comments and fixed errors in the file_list() function of stim::filename

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
stim/parser/filename.h
... ... @@ -213,7 +213,7 @@ public:
213 213 //this is OS dependent, so we're starting with Windows
214 214 //the Unix version requires Boost
215 215  
216   -#elif _WIN32
  216 +#ifdef _WIN32
217 217 stim::filename filepath(dir_fname()); //initialize filepath with the mask
218 218  
219 219 HANDLE hFind = INVALID_HANDLE_VALUE; //allocate data structures for looping through files
... ...