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

« back to all changes in this revision

Viewing changes to src/SDL.c

  • 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:
20
20
*/
21
21
#include "SDL_config.h"
22
22
 
 
23
#if defined(__WIN32__)
 
24
#include "core/windows/SDL_windows.h"
 
25
#endif
 
26
 
23
27
/* Initialization code for SDL */
24
28
 
25
29
#include "SDL.h"
441
445
 
442
446
#if !defined(HAVE_LIBC) || (defined(__WATCOMC__) && defined(BUILD_DLL))
443
447
/* Need to include DllMain() on Watcom C for some reason.. */
444
 
#include "core/windows/SDL_windows.h"
445
448
 
446
449
BOOL APIENTRY
447
450
_DllMainCRTStartup(HANDLE hModule,