summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorJaroslav Hensl <[email protected]>2024-08-25 12:52:59 +0200
committerJaroslav Hensl <[email protected]>2024-08-25 12:52:59 +0200
commita31f4e91c1908b937e5d4f8421f0257043a89829 (patch)
tree2e0a29e891b465ac98e408932630fbe420959381 /makefile
parent9bbfec33c0344a80fccee0b25a0887f22e2d9a73 (diff)
Gamma support
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5b8ca9f..b509e51 100644
--- a/makefile
+++ b/makefile
@@ -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