SVN revision: 49099
This commit is contained in:
Carsten Haitzler 2010-05-21 14:14:41 +00:00
parent 56265a930f
commit 3b47f08dcb
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ extern "C" {
* appropriately as follows for example:
*
* @code
* #if define(EET_VERSION_MAJOR) && (EET_VERSION_MAJOR >= 1) && defined(EET_VERSION_MINOR) && (EET_VERSION_MINOR > 2)
* #if defined(EET_VERSION_MAJOR) && (EET_VERSION_MAJOR >= 1) && defined(EET_VERSION_MINOR) && (EET_VERSION_MINOR > 2)
* printf("Eet version: %i.%i.%i\n",
* eet_version->major,
* eet_version->minor,