Browse Source

Remove D3D9 workarounds for Watcom.

The linked PRs have been merged since May.
Pierre Wendling 3 years ago
parent
commit
5b9608e08c
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/render/direct3d/SDL_render_d3d.c

+ 0 - 7
src/render/direct3d/SDL_render_d3d.c

@@ -41,13 +41,6 @@
 
 
 #include "SDL_shaders_d3d.h"
 #include "SDL_shaders_d3d.h"
 
 
-#ifdef __WATCOMC__
-/* FIXME: Remove this once https://github.com/open-watcom/open-watcom-v2/pull/868 is merged */
-#define D3DBLENDOP_REVSUBTRACT 3
-/* FIXME: Remove this once https://github.com/open-watcom/open-watcom-v2/pull/869 is merged */
-#define D3DERR_UNSUPPORTEDCOLOROPERATION MAKE_D3DHRESULT( 2073 )
-#endif
-
 typedef struct
 typedef struct
 {
 {
     SDL_Rect viewport;
     SDL_Rect viewport;