- Remove svn:needs-lock, svn:eol-type, and svn:eol-tyle properties.
[reactos.git] / reactos / dll / directx / ddraw / Color / color_stubs.c
index 8bd2a8b..c4fd611 100644 (file)
@@ -1,66 +1,66 @@
-/* $Id: color.c 24690 2006-11-05 21:19:53Z greatlrd $\r
- *\r
- * COPYRIGHT:            See COPYING in the top level directory\r
- * PROJECT:              ReactOS DirectX\r
- * FILE:                 ddraw/color/color.c\r
- * PURPOSE:              IDirectDrawColorControl Implementation\r
- * PROGRAMMER:           Maarten Bosma\r
- *\r
- */\r
-\r
-#include "rosdraw.h"\r
-\r
-ULONG WINAPI\r
-DirectDrawColorControl_AddRef( LPDIRECTDRAWCOLORCONTROL iface)\r
-{\r
-  DX_WINDBG_trace();\r
-\r
-   DX_STUB;\r
-}\r
-\r
-ULONG WINAPI\r
-DirectDrawColorControl_Release( LPDIRECTDRAWCOLORCONTROL iface)\r
-{\r
-    LPDDRAWI_DDCOLORCONTROL_INT This = (LPDDRAWI_DDCOLORCONTROL_INT)iface;\r
-\r
-    DX_WINDBG_trace();\r
-    /* FIXME\r
-       This is not right exiame how it should be done\r
-     */\r
-    DX_STUB_str("FIXME This is not right exiame how it should be done\n");\r
-    return This->dwIntRefCnt;\r
-}\r
-\r
-HRESULT WINAPI\r
-DirectDrawColorControl_QueryInterface( LPDIRECTDRAWCOLORCONTROL iface,\r
-                                       REFIID riid,\r
-                                       LPVOID* ppvObj)\r
-{\r
-   DX_WINDBG_trace();\r
-   DX_STUB;\r
-}\r
-\r
-HRESULT WINAPI\r
-DirectDrawColorControl_GetColorControls( LPDIRECTDRAWCOLORCONTROL iface,\r
-                                         LPDDCOLORCONTROL lpColorControl)\r
-{\r
-   DX_WINDBG_trace();\r
-   DX_STUB;\r
-}\r
-\r
-HRESULT WINAPI\r
-DirectDrawColorControl_SetColorControls( LPDIRECTDRAWCOLORCONTROL iface,\r
-                                         LPDDCOLORCONTROL lpColorControl)\r
-{\r
-   DX_WINDBG_trace();\r
-   DX_STUB;\r
-}\r
-\r
-IDirectDrawColorControlVtbl DirectDrawColorControl_Vtable =\r
-{\r
-    DirectDrawColorControl_QueryInterface,\r
-    DirectDrawColorControl_AddRef,\r
-    DirectDrawColorControl_Release,\r
-    DirectDrawColorControl_GetColorControls,\r
-    DirectDrawColorControl_SetColorControls\r
-};\r
+/* $Id: color.c 24690 2006-11-05 21:19:53Z greatlrd $
+ *
+ * COPYRIGHT:            See COPYING in the top level directory
+ * PROJECT:              ReactOS DirectX
+ * FILE:                 ddraw/color/color.c
+ * PURPOSE:              IDirectDrawColorControl Implementation
+ * PROGRAMMER:           Maarten Bosma
+ *
+ */
+
+#include "rosdraw.h"
+
+ULONG WINAPI
+DirectDrawColorControl_AddRef( LPDIRECTDRAWCOLORCONTROL iface)
+{
+  DX_WINDBG_trace();
+
+   DX_STUB;
+}
+
+ULONG WINAPI
+DirectDrawColorControl_Release( LPDIRECTDRAWCOLORCONTROL iface)
+{
+    LPDDRAWI_DDCOLORCONTROL_INT This = (LPDDRAWI_DDCOLORCONTROL_INT)iface;
+
+    DX_WINDBG_trace();
+    /* FIXME
+       This is not right exiame how it should be done
+     */
+    DX_STUB_str("FIXME This is not right exiame how it should be done\n");
+    return This->dwIntRefCnt;
+}
+
+HRESULT WINAPI
+DirectDrawColorControl_QueryInterface( LPDIRECTDRAWCOLORCONTROL iface,
+                                       REFIID riid,
+                                       LPVOID* ppvObj)
+{
+   DX_WINDBG_trace();
+   DX_STUB;
+}
+
+HRESULT WINAPI
+DirectDrawColorControl_GetColorControls( LPDIRECTDRAWCOLORCONTROL iface,
+                                         LPDDCOLORCONTROL lpColorControl)
+{
+   DX_WINDBG_trace();
+   DX_STUB;
+}
+
+HRESULT WINAPI
+DirectDrawColorControl_SetColorControls( LPDIRECTDRAWCOLORCONTROL iface,
+                                         LPDDCOLORCONTROL lpColorControl)
+{
+   DX_WINDBG_trace();
+   DX_STUB;
+}
+
+IDirectDrawColorControlVtbl DirectDrawColorControl_Vtable =
+{
+    DirectDrawColorControl_QueryInterface,
+    DirectDrawColorControl_AddRef,
+    DirectDrawColorControl_Release,
+    DirectDrawColorControl_GetColorControls,
+    DirectDrawColorControl_SetColorControls
+};