diff options
Diffstat (limited to 'base/path_service.cc')
-rw-r--r-- | base/path_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/path_service.cc b/base/path_service.cc index 5b362ab..1fd2f6f 100644 --- a/base/path_service.cc +++ b/base/path_service.cc @@ -4,7 +4,7 @@ #include "base/path_service.h" -#ifdef OS_WIN +#if defined(OS_WIN) #include <windows.h> #include <shellapi.h> #include <shlobj.h> |