// Copyright (c) 2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Stand alone media player application used for testing the media library. #ifndef MEDIA_PLAYER_PLAYER_WTL_H_ #define MEDIA_PLAYER_PLAYER_WTL_H_ // Enable timing code by turning on TESTING macro. //#define TESTING 1 // ATL and WTL require order dependent includes. #include // NOLINT #include // NOLINT #include // NOLINT #include // NOLINT #include // NOLINT #include // NOLINT #include // NOLINT #include // NOLINT #include // NOLINT #include // NOLINT #include // NOLINT extern CAppModule g_module; #endif // MEDIA_PLAYER_PLAYER_WTL_H_