[WIN32SS] Introduce the NATIVE_REACTX define and disable some Dx calls (#6025)
[reactos.git] / dll / directx / d3d9 / d3d9_cursor.c
index 477eeb7..08c9c3b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS ReactX
- * FILE:            dll/directx/d3d9/d3d9_cursor.h
+ * FILE:            dll/directx/d3d9/d3d9_cursor.c
  * PURPOSE:         d3d9.dll internal cursor methods
  * PROGRAMERS:      Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com>
  */
@@ -18,7 +18,7 @@
 D3D9Cursor* CreateD3D9Cursor(struct _Direct3DDevice9_INT* pBaseDevice, struct _Direct3DSwapChain9_INT* pSwapChain)
 {
     D3D9Cursor* pCursor;
-    
+
     if (FAILED(AlignedAlloc((LPVOID*)&pCursor, sizeof(D3D9Cursor))))
     {
         DPRINT1("Failed to allocate D3D9Cursor");