* missing var

* allow the export of symbols with VC++


SVN revision: 38249
This commit is contained in:
Vincent Torri 2008-12-20 14:46:54 +00:00
parent f25f609de9
commit 625e0119a4
2 changed files with 10 additions and 0 deletions

View File

@ -174,6 +174,7 @@ engine_direct3d_args(int argc, char **argv)
HDC dc;
MSG msg;
Evas_Engine_Info_Direct3D *einfo;
DWORD style;
int depth;
int i;
int ok = 0;

View File

@ -64,6 +64,11 @@
#include "engine_software_16_wince.h"
#endif
#ifdef __cplusplus
extern "C"
{
#endif
#include "ui.h"
#include "about.h"
@ -80,6 +85,10 @@ const char *build_path(const char *filename);
void engine_loop(void);
int engine_abort(void);
#ifdef __cplusplus
}
#endif
#define KEY_STD \
if ((!strcmp(key, "Escape")) || (!strcmp(key, "q")) || (!strcmp(key, "Q")) || (!strcmp(key, "Return"))) \
{ \