now supports direct draw using MSVC 5.0.

git-svn-id: svn://10.0.0.236/trunk@11189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
michaelp%netscape.com
1998-09-27 22:35:54 +00:00
parent 5a27630275
commit 00f8d8614f
2 changed files with 4 additions and 5 deletions

View File

@@ -72,11 +72,6 @@ LLIBS= \
!if defined(NGLAYOUT_DDRAW)
ole32.lib \
$(NGLAYOUT_DDRAW)\lib\ddraw.lib \
!if "$(MOZ_VCVER)" == "50"
$(NGLAYOUT_DDRAW)\lib\uuid.lib \
!else
$(NGLAYOUT_DDRAW)\lib\dxguid.lib \
!endif
!endif
$(LIBNSPR)

View File

@@ -16,6 +16,10 @@
* Reserved.
*/
#ifdef NGLAYOUT_DDRAW
#define INITGUID
#endif
#include "nsRenderingContextWin.h"
#include "nsRegionWin.h"
#include <math.h>