aboutsummaryrefslogtreecommitdiff
path: root/icd
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2016-01-12 11:33:33 -0700
committerJon Ashburn <jon@lunarg.com>2016-01-12 11:33:55 -0700
commitcf76758219dd86388ccd9bf99668ffa0ffd87e72 (patch)
tree0ad1b12e3cce35483ca950ea5055a6a7761032c5 /icd
parent990d4e647fb33e79d795792b6c7aac82aba591da (diff)
downloadusermoji-cf76758219dd86388ccd9bf99668ffa0ffd87e72.tar.xz
header: move to version 1.0.1
Diffstat (limited to 'icd')
-rw-r--r--icd/nulldrv/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/icd/nulldrv/CMakeLists.txt b/icd/nulldrv/CMakeLists.txt
index 8e40e697..f0e3f606 100644
--- a/icd/nulldrv/CMakeLists.txt
+++ b/icd/nulldrv/CMakeLists.txt
@@ -1,9 +1,9 @@
# Create the nulldrv Vulkan DRI library
if (WIN32)
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DVK_PROTOTYPES -D_CRT_SECURE_NO_WARNINGS")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_CRT_SECURE_NO_WARNINGS")
else()
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DVK_PROTOTYPES")
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
endif()
add_custom_command(OUTPUT nulldrv_gpa.c