diff options
author | José Fonseca <[email protected]> | 2011-11-09 07:05:52 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-11-29 17:34:56 +0000 |
commit | 10b07665be5cff9fa9f03b0f7db459f3b380570d (patch) | |
tree | ebe9bcbf6586abbf27b9b4ae827fc459cedf05e0 /src/gallium/auxiliary/os/os_misc.h | |
parent | 57f8e26ca87a2846f192682c84eccbf8b4500bfc (diff) |
Remove windows kernel support code.
Not actively used.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/os/os_misc.h')
-rw-r--r-- | src/gallium/auxiliary/os/os_misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/os/os_misc.h b/src/gallium/auxiliary/os/os_misc.h index 48522dac4d7..5029ab96aac 100644 --- a/src/gallium/auxiliary/os/os_misc.h +++ b/src/gallium/auxiliary/os/os_misc.h @@ -66,7 +66,7 @@ extern "C" { /* * Abort the program. */ -#if defined(DEBUG) || defined(PIPE_SUBSYSTEM_WINDOWS_DISPLAY) || defined(PIPE_SUBSYSTEM_WINDOWS_MINIPORT) +#if defined(DEBUG) # define os_abort() os_break() #else # define os_abort() abort() |