~ubuntu-branches/ubuntu/saucy/blender/saucy-proposed

« back to all changes in this revision

Viewing changes to extern/glew/src/glew.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-03-06 12:08:47 UTC
  • mfrom: (1.5.1) (14.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20130306120847-frjfaryb2zrotwcg
Tags: 2.66a-1ubuntu1
* Resynchronize with Debian (LP: #1076930, #1089256, #1052743, #999024,
  #1122888, #1147084)
* debian/control:
  - Lower build-depends on libavcodec-dev since we're not
    doing the libav9 transition in Ubuntu yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
#include <string.h>
94
94
#include <AvailabilityMacros.h>
95
95
 
96
 
#ifdef MAC_OS_X_VERSION_10_3
 
96
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_3
97
97
 
98
98
#include <dlfcn.h>
99
99
 
142
142
  return NULL;
143
143
#endif
144
144
}
145
 
#endif /* MAC_OS_X_VERSION_10_3 */
 
145
#endif /* MAC_OS_X_VERSION_MIN_REQUIRED */
146
146
#endif /* __APPLE__ */
147
147
 
148
148
/*