diff options
| -rw-r--r-- | fluid/Fluid.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fluid.cxx b/fluid/Fluid.cxx index 9a113c478..89ea724b8 100644 --- a/fluid/Fluid.cxx +++ b/fluid/Fluid.cxx @@ -320,7 +320,7 @@ void Application::create_tmpdir() { tmpdir_create_called = true; char buf[128]; -#if _WIN32 +#ifdef _WIN32 // The usual temp file locations on Windows are // %system%\Windows\Temp // %userprofiles%\AppData\Local |
