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:
@@ -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)
|
||||
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
#ifdef NGLAYOUT_DDRAW
|
||||
#define INITGUID
|
||||
#endif
|
||||
|
||||
#include "nsRenderingContextWin.h"
|
||||
#include "nsRegionWin.h"
|
||||
#include <math.h>
|
||||
|
||||
Reference in New Issue
Block a user