]> git.sesse.net Git - vlc/blobdiff - activex/objectsafety.cpp
* modules/gui/wxwidgets: massive cleanup and simplification of the main interface...
[vlc] / activex / objectsafety.cpp
index 2f896fa1c57abba7798ecb2077b19f04357cf44f..b6413f3ca59e529be79f6295020af6f7f8939895 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * objectsafety.cpp: ActiveX control for VLC
  *****************************************************************************
- * Copyright (C) 2005 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2005 the VideoLAN team
  *
  * Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
  *
@@ -30,6 +30,8 @@ const GUID IID_IObjectSafety =
     {0xCB5BDC81,0x93C1,0x11cf,{0x8F,0x20,0x00,0x80,0x5F,0x2C,0xD0,0x64}}; 
 #endif
 
+using namespace std;
+
 STDMETHODIMP VLCObjectSafety::GetInterfaceSafetyOptions(      
     REFIID riid,
     DWORD *pdwSupportedOptions,