[d3drm] Adds a header, and corrects a typo

Peter Berg Larsen pebl at math.ku.dk
Fri Jan 21 03:57:58 CST 2005


Changelog: Adds a simple d3drm.h header. Corrects an copy/past
           typo from d3dim.


diff -Nu wine-20050111/dlls/d3drm/version.rc wine/dlls/d3drm/version.rc
--- wine-20050111/dlls/d3drm/version.rc	2004-11-23 14:59:36.000000000 +0100
+++ wine/dlls/d3drm/version.rc	2005-01-20 23:22:05.000000000 +0100
@@ -17,7 +17,7 @@
  */

 #define WINE_FILEDESCRIPTION_STR "Wine Direct3D Retained Mode Utility Functions"
-#define WINE_FILENAME_STR "d3dim.dll"
+#define WINE_FILENAME_STR "d3drm.dll"
 #define WINE_FILEVERSION 5,0,2134,14
 #define WINE_FILEVERSION_STR "5.0.2134.14"
 #define WINE_PRODUCTVERSION 5,0,2134,14
diff -Nu wine-20050111/include/d3drm.h wine/include/d3drm.h
--- wine-20050111/include/d3drm.h	1970-01-01 01:00:00.000000000 +0100
+++ wine/include/d3drm.h	2005-01-20 23:29:16.000000000 +0100
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) the Wine project
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#ifndef __D3DRM_H__
+#define __D3DRM_H__
+
+#include "ddraw.h"
+
+#endif /* __D3DRM_H__ */




More information about the wine-patches mailing list