Skip to content
Snippets Groups Projects
Commit a224ff5d authored by dg's avatar dg
Browse files

windows

git-svn-id: http://svn.net-core.org/repos/t-engine4@500 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9123616c
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@
#define DISPLAY_SDL_H
#include <SDL.h>
#include <SDL_framerate.h>
#include <gl.h>
#include <glu.h>
#include <glext.h>
#ifdef __cplusplus
extern "C" {
......
......@@ -33,6 +33,7 @@ const char *get_self_executable(int argc, char **argv)
}
#elif defined(SELFEXE_WINDOWS)
#include <stdlib.h>
#include <windows.h>
const char *get_self_executable(int argc, char **argv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment