Merge branch 'SDL_207'
This commit is contained in:
		@@ -39,15 +39,15 @@ typedef struct SDLNet_version {
 | 
			
		||||
 | 
			
		||||
#else /* WITHOUT_SDL */
 | 
			
		||||
 | 
			
		||||
#include "SDL.h"
 | 
			
		||||
#include "SDL_endian.h"
 | 
			
		||||
#include "SDL_version.h"
 | 
			
		||||
#include <SDL.h>
 | 
			
		||||
#include <SDL_endian.h>
 | 
			
		||||
#include <SDL_version.h>
 | 
			
		||||
 | 
			
		||||
typedef SDL_version SDLNet_version;
 | 
			
		||||
 | 
			
		||||
#endif /* WITHOUT_SDL */
 | 
			
		||||
 | 
			
		||||
#include "begin_code.h"
 | 
			
		||||
#include <begin_code.h>
 | 
			
		||||
 | 
			
		||||
/* Set up for C function definitions, even when using C++ */
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
@@ -438,6 +438,6 @@ SDL_FORCE_INLINE Uint32 _SDLNet_Read32(const void *areap)
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
#include "close_code.h"
 | 
			
		||||
#include <close_code.h>
 | 
			
		||||
 | 
			
		||||
#endif /* _SDL_NET_H */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user