Chromium Code Reviews| Index: plugin/win/update_lock.h |
| =================================================================== |
| --- plugin/win/update_lock.h (revision 20106) |
| +++ plugin/win/update_lock.h (working copy) |
| @@ -33,6 +33,8 @@ |
| #ifndef O3D_PLUGIN_WIN_UPDATE_LOCK_H_ |
| #define O3D_PLUGIN_WIN_UPDATE_LOCK_H_ |
| +#if !defined(O3D_INTERNAL_PLUGIN) |
| + |
| #include <windows.h> |
| #include "base/basictypes.h" |
| @@ -96,5 +98,7 @@ |
| } |
| } // namespace update_lock |
| +#endif // O3D_INTERNAL_PLUGIN |
| + |
| #endif // O3D_PLUGIN_WIN_UPDATE_LOCK_H_ |