diff options
author | Kenneth Graunke <[email protected]> | 2010-02-18 23:50:56 -0800 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-02-19 07:53:04 -0500 |
commit | 8d73aa6d1ae6e89bb2cd8f52f5586d569a4b6eeb (patch) | |
tree | 472c6ed63b70b45c1f407b99426cc47619cc18a5 /src/mesa/drivers/windows/icd | |
parent | 21d0c70b4b1c18dc1c3ac7d0fbd8a903d60f8be7 (diff) |
Remove _mesa_strcmp in favor of plain strcmp.
Diffstat (limited to 'src/mesa/drivers/windows/icd')
-rw-r--r-- | src/mesa/drivers/windows/icd/mesa.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/windows/icd/mesa.def b/src/mesa/drivers/windows/icd/mesa.def index 25ac08a2f0f..c4b9bff30d9 100644 --- a/src/mesa/drivers/windows/icd/mesa.def +++ b/src/mesa/drivers/windows/icd/mesa.def @@ -72,7 +72,6 @@ EXPORTS _mesa_store_texsubimage1d _mesa_store_texsubimage2d _mesa_store_texsubimage3d - _mesa_strcmp _mesa_test_proxy_teximage _mesa_Viewport _mesa_meta_CopyColorSubTable |