| OLD | NEW |
| 1 commit 18c7993ed0f767d3239930845f964bcaf44af24d | 1 commit 18c7993ed0f767d3239930845f964bcaf44af24d |
| 2 Author: Andrew Scherkus <scherkus@chromium.org> | 2 Author: Andrew Scherkus <scherkus@chromium.org> |
| 3 Date: Tue Nov 24 18:05:20 2009 -0800 | 3 Date: Tue Nov 24 18:05:20 2009 -0800 |
| 4 | 4 |
| 5 Re-organizing all tools under /src/media to be consistent with the rest of t
he repository. | 5 Re-organizing all tools under /src/media to be consistent with the rest of t
he repository. |
| 6 | 6 |
| 7 diff --git a/media/tools/player_wtl/resource.h b/media/tools/player_wtl/resource
.h | 7 diff --git a/media/tools/player_wtl/resource.h b/media/tools/player_wtl/resource
.h |
| 8 new file mode 100644 | 8 new file mode 100644 |
| 9 index 0000000..4c4b643 | 9 index 0000000..4c4b643 |
| 10 --- /dev/null | 10 --- /dev/null |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 +// Next default values for new objects | 81 +// Next default values for new objects |
| 82 +// | 82 +// |
| 83 +#ifdef APSTUDIO_INVOKED | 83 +#ifdef APSTUDIO_INVOKED |
| 84 +#ifndef APSTUDIO_READONLY_SYMBOLS | 84 +#ifndef APSTUDIO_READONLY_SYMBOLS |
| 85 +#define _APS_NEXT_RESOURCE_VALUE 206 | 85 +#define _APS_NEXT_RESOURCE_VALUE 206 |
| 86 +#define _APS_NEXT_COMMAND_VALUE 32842 | 86 +#define _APS_NEXT_COMMAND_VALUE 32842 |
| 87 +#define _APS_NEXT_CONTROL_VALUE 1014 | 87 +#define _APS_NEXT_CONTROL_VALUE 1014 |
| 88 +#define _APS_NEXT_SYMED_VALUE 101 | 88 +#define _APS_NEXT_SYMED_VALUE 101 |
| 89 +#endif | 89 +#endif |
| 90 +#endif | 90 +#endif |
| OLD | NEW |