diff options
| author | Jaroslav Hensl <[email protected]> | 2024-08-25 12:52:59 +0200 |
|---|---|---|
| committer | Jaroslav Hensl <[email protected]> | 2024-08-25 12:52:59 +0200 |
| commit | a31f4e91c1908b937e5d4f8421f0257043a89829 (patch) | |
| tree | 2e0a29e891b465ac98e408932630fbe420959381 /makefile | |
| parent | 9bbfec33c0344a80fccee0b25a0887f22e2d9a73 (diff) | |
Gamma support
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,7 +12,7 @@ OBJS += & INCS = -I$(%WATCOM)\h\win -Iddk -Ivmware
-VER_BUILD = 78
+VER_BUILD = 80
FLAGS = -DDRV_VER_BUILD=$(VER_BUILD)
@@ -277,6 +277,7 @@ export StretchDIBits.28 export SelectBitmap.29
export BitmapBits.30
export ReEnable.31
+export DDIGammaRamp.32
export Inquire.101
export SetCursor.102
export MoveCursor.103
@@ -344,6 +345,7 @@ export StretchDIBits.28 export SelectBitmap.29
export BitmapBits.30
export ReEnable.31
+export DDIGammaRamp.32
export Inquire.101
export SetCursor.102
export MoveCursor.103
@@ -411,6 +413,7 @@ export StretchDIBits.28 export SelectBitmap.29
export BitmapBits.30
export ReEnable.31
+export DDIGammaRamp.32
export Inquire.101
export SetCursor.102
export MoveCursor.103
|
