| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 #define PLUGIN_UPDATE_URL "abpupdate.txt" | 1 #define PLUGIN_UPDATE_URL "abpupdate.txt" |
| 2 | 2 |
| 3 // Name of user dir in %APPDATA%\..\LocalLow | |
| 4 #define USER_DIR "AdBlockPlus\\" | |
| 5 | |
| 6 //This is a dummy for the original implementation | 3 //This is a dummy for the original implementation |
| 7 #define MULTIPLE_VERSIONS_CHECK() | 4 #define MULTIPLE_VERSIONS_CHECK() |
| OLD | NEW |