These variable is WIN 32 only

This commit is contained in:
sum2012 2014-10-27 19:58:13 +08:00
parent 9dbfbc8d52
commit a94ca2703c

View File

@ -49,8 +49,10 @@ private:
UI::Choice *postProcChoice_;
UI::PopupMultiChoice *resolutionChoice_;
UI::CheckBox *frameSkipAuto_;
#ifdef _WIN32
UI::CheckBox *SavePathInMyDocumentChoice;
UI::CheckBox *SavePathInOtherChoice;
#endif
// Event handlers
UI::EventReturn OnControlMapping(UI::EventParams &e);