Avoid re-defining some macros in nsUpdateDriver.cpp
-
- View options
Closed
Avoid re-defining some macros in nsUpdateDriver.cpp
Copy reference -
Report abuse
- View options
- Truncate descriptions
In toolkit/xre/nsUpdateDriver.cpp we define UPDATER_BIN, UPDATER_APP, and MAINTENANCE_SVC_NAME.
However, the same block is already defined in toolkit/xre/nsUpdateDriver.h, so we don't need to define it twice.