(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
|
||||
extern const HalVideoDriver _dedicated_video_driver;
|
||||
|
||||
#endif
|
||||
#endif /* VIDEO_DEDICATED_H */
|
||||
|
@@ -7,4 +7,4 @@
|
||||
|
||||
extern const HalVideoDriver _null_video_driver;
|
||||
|
||||
#endif
|
||||
#endif /* VIDEO_NULL_H */
|
||||
|
@@ -510,4 +510,4 @@ const HalVideoDriver _sdl_video_driver = {
|
||||
SdlVideoFullScreen,
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* WITH_SDL */
|
||||
|
@@ -7,4 +7,4 @@
|
||||
|
||||
extern const HalVideoDriver _sdl_video_driver;
|
||||
|
||||
#endif
|
||||
#endif /* VIDEO_SDL_H */
|
||||
|
@@ -7,4 +7,4 @@
|
||||
|
||||
extern const HalVideoDriver _win32_video_driver;
|
||||
|
||||
#endif
|
||||
#endif /* VIDEO_WIN32_H */
|
||||
|
Reference in New Issue
Block a user