mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
- Win32 compile fix (woekele)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@154 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
0e5bc042fe
commit
2505d52897
2 changed files with 7 additions and 0 deletions
4
CHANGES
4
CHANGES
|
@ -1,6 +1,10 @@
|
|||
This is the changelog for developers, != changelog for the end user
|
||||
that we distribute with the binaries. (see changelog)
|
||||
|
||||
08/03/2007
|
||||
namespace
|
||||
- Win32 compile fix (woekele)
|
||||
|
||||
07/03/2007
|
||||
namespace
|
||||
- Updated UFA:Plugin (mattn2)
|
||||
|
|
|
@ -20,6 +20,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
*/
|
||||
|
||||
#include "glfont.h"
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <GL/gl.h>
|
||||
#include "debugging/debugging.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue