shithub: choc

Download patch

ref: 6a36c84b15cf506bcebdf7f35073a5a7bddef3dc
parent: ebbb382f50ba405db5c21d5215b36e50e33300ee
author: Simon Howard <fraggle@gmail.com>
date: Tue Mar 27 07:40:04 EDT 2007

<SDL.h> -> "SDL.h"

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 866

--- a/pcsound/pcsound_win32.c
+++ b/pcsound/pcsound_win32.c
@@ -25,7 +25,7 @@
 
 #ifdef _WIN32
 
-#include <SDL.h>
+#include "SDL.h"
 #include <windows.h>
 
 #include "pcsound.h"
--- a/textscreen/txt_main.c
+++ b/textscreen/txt_main.c
@@ -24,7 +24,7 @@
 //
 //-----------------------------------------------------------------------------
 
-#include <SDL.h>
+#include "SDL.h"
 
 #include <ctype.h>
 #include <stdlib.h>
--- a/textscreen/txt_main.h
+++ b/textscreen/txt_main.h
@@ -30,7 +30,7 @@
 // The textscreen API itself doesn't need SDL; however, SDL needs its
 // headers included where main() is defined.
 
-#include <SDL.h>
+#include "SDL.h"
 
 // Special keypress values that correspond to mouse button clicks
 //