[ATL][ATL_APITEST] Add CAtlList::InsertBefore/After + test
[reactos.git] / sdk / lib / atl / atlexcept.h
index 233dd09..a71b443 100644 (file)
@@ -9,6 +9,9 @@
 #endif
 #endif
 
 #endif
 #endif
 
+namespace ATL
+{
+
 
 //FIXME: Enable when RaiseException is marked as NORETURN
 //DECLSPEC_NORETURN
 
 //FIXME: Enable when RaiseException is marked as NORETURN
 //DECLSPEC_NORETURN
@@ -37,9 +40,11 @@ inline void AtlThrowImp(HRESULT hr)
 }
 
 
 }
 
 
-
 #ifndef AtlThrow
 #define AtlThrow(x) AtlThrowImp(x)
 #endif
 
 #ifndef AtlThrow
 #define AtlThrow(x) AtlThrowImp(x)
 #endif
 
+
+}; // namespace ATL
+
 #endif
 #endif