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:
Magnus Olsen 2008-01-05 11:07:31 +00:00
parent 0a5f4f5403
commit f6ec459639

View file

@ -17,6 +17,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef _DDRAWGDI_
#define _DDRAWGDI_
#include <d3dhal.h>
/* Define the real export names */
@ -159,3 +161,4 @@ DdSwapTextureHandles(
LPDDRAWI_DDRAWSURFACE_LCL pDDSLcl1,
LPDDRAWI_DDRAWSURFACE_LCL pDDSLcl2
);
#endif