Changeset 33654 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Nov 1, 2010 2:07:15 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67269
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/vertexdeclaration.c
r28475 r33654 19 19 */ 20 20 21 /* IDirect3DVertexDeclaration8 is internal to our implementation.22 * It's not visible in the API. */23 24 21 /* 25 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice26 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 27 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 28 25 * a choice of LGPL license versions is made available with the language indicating … … 30 27 * of the LGPL is applied is otherwise unspecified. 31 28 */ 29 30 /* IDirect3DVertexDeclaration8 is internal to our implementation. 31 * It's not visible in the API. */ 32 32 33 33 #include "config.h"
Note:
See TracChangeset
for help on using the changeset viewer.