Browse Source

Update file_dialog_save.cpp

added defined on line 37

Former-commit-id: be655601d21f29b949e8bfb8e7f08747fe2f0c25
cap257zero 10 năm trước cách đây
mục cha
commit
2dea1fe448
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/igl/file_dialog_save.cpp

+ 1 - 1
include/igl/file_dialog_save.cpp

@@ -34,7 +34,7 @@ IGL_INLINE std::string igl::file_dialog_save()
   while ( fgets(buffer, FILE_DIALOG_MAX_BUFFER, output) != NULL )
   {
   }
-#elif _WIN32
+#elif defined _WIN32
 
   // Use native windows file dialog box
   // (code contributed by Tino Weinkauf)