MGR: restore intended sense of #defines and #if which were incorrectly changed to fix Windows build breaks

svn path=/trunk/boinc/; revision=14872
This commit is contained in:
Charlie Fenton 2008-03-08 21:47:44 +00:00
parent 669e77c3ef
commit 0db064a488
2 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@
#endif
// Set to 1 to prevent mutliple selections
#define PREVENT_MULTIPLE_PROJECT_SELECTIONS 0
// Set to TRUE to prevent mutliple selections
#define PREVENT_MULTIPLE_PROJECT_SELECTIONS FALSE
class CBOINCGridCtrl;

View File

@ -24,8 +24,8 @@
#pragma interface "ViewWorkGrid.cpp"
#endif
// Set to 1 to prevent mutliple selections
#define PREVENT_MULTIPLE_TASK_SELECTIONS 0
// Set to TRUE to prevent mutliple selections
#define PREVENT_MULTIPLE_TASK_SELECTIONS FALSE
#include "BOINCBaseView.h"
#include "BOINCGridCtrl.h"