aboutsummaryrefslogtreecommitdiff
path: root/Src/Winamp/directdraw.h
blob: 916b27bdcdae559080c6eb0ba28e86750c028609 (plain) (blame)
1
2
3
4
5
6
#ifndef NULLSOFT_DDRAWH
#define NULLSOFT_DDRAWH
#include <ddraw.h>
	extern HRESULT (WINAPI *_DirectDrawCreate)(GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown FAR *pUnkOuter);

#endif