diff options
Diffstat (limited to 'o3d/plugin/win/update_lock.h')
-rw-r--r-- | o3d/plugin/win/update_lock.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/plugin/win/update_lock.h b/o3d/plugin/win/update_lock.h index dcf78ad..8e7b419 100644 --- a/o3d/plugin/win/update_lock.h +++ b/o3d/plugin/win/update_lock.h @@ -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 @@ HANDLE LockFromUpdates() { } } // namespace update_lock +#endif // O3D_INTERNAL_PLUGIN + #endif // O3D_PLUGIN_WIN_UPDATE_LOCK_H_ |