mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:13:01 +00:00
add #ifndef _DDRAWGDI_ so we can use this file more and once.
and gcc does not complain if it include twice svn path=/trunk/; revision=31603
This commit is contained in:
parent
0a5f4f5403
commit
f6ec459639
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _DDRAWGDI_
|
||||||
|
#define _DDRAWGDI_
|
||||||
#include <d3dhal.h>
|
#include <d3dhal.h>
|
||||||
|
|
||||||
/* Define the real export names */
|
/* Define the real export names */
|
||||||
|
@ -159,3 +161,4 @@ DdSwapTextureHandles(
|
||||||
LPDDRAWI_DDRAWSURFACE_LCL pDDSLcl1,
|
LPDDRAWI_DDRAWSURFACE_LCL pDDSLcl1,
|
||||||
LPDDRAWI_DDRAWSURFACE_LCL pDDSLcl2
|
LPDDRAWI_DDRAWSURFACE_LCL pDDSLcl2
|
||||||
);
|
);
|
||||||
|
#endif
|
Loading…
Add table
Add a link
Reference in a new issue