the header files are a mess in ecore and, unfortunately, the order matters, especially on Windows

SVN revision: 39985
This commit is contained in:
Vincent Torri 2009-04-11 13:56:18 +00:00
parent 99b44984bd
commit 166c8b63df
2 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
#include <string.h>
#include "Ecore.h"
#include "Ecore_Evas.h"
#include "Ecore_Input.h"
#include "ecore_private.h"
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"
static int _ecore_evas_init_count = 0;
static Ecore_Fd_Handler *_ecore_evas_async_events_fd = NULL;

View File

@ -9,10 +9,10 @@
#include <string.h>
#include "Ecore.h"
#include "Ecore_Evas.h"
#include "ecore_private.h"
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"
static const char ASSOCIATE_KEY[] = "__Ecore_Evas_Associate";