mirror of https://github.com/BOINC/boinc.git
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:
parent
669e77c3ef
commit
0db064a488
|
@ -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;
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue