~ubuntu-branches/ubuntu/trusty/libsdl2/trusty-proposed

« back to all changes in this revision

Viewing changes to include/SDL_config_macosx.h

  • Committer: Package Import Robot
  • Author(s): Manuel A. Fernandez Montecelo
  • Date: 2013-12-28 12:31:19 UTC
  • mto: (7.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20131228123119-wehupm72qsjvh6vz
Tags: upstream-2.0.1+dfsg1
ImportĀ upstreamĀ versionĀ 2.0.1+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
/* Enable system power support */
172
172
#define SDL_POWER_MACOSX 1
173
173
 
 
174
/* enable filesystem support */
 
175
#define SDL_FILESYSTEM_COCOA   1
 
176
 
174
177
/* Enable assembly routines */
175
178
#define SDL_ASSEMBLY_ROUTINES   1
176
179
#ifdef __ppc__