Include :

- aggiornate interfacce
- aggiunte costanti per codici di protezione (con opzioni).
This commit is contained in:
Dario Sassi
2015-03-30 06:53:59 +00:00
parent eaaa787b37
commit b5b6c20ebc
13 changed files with 81 additions and 22 deletions
+3 -1
View File
@@ -34,4 +34,6 @@ class __declspec( novtable) IExcExecutor : public ICmdExecutor
} ;
//----------------------------------------------------------------------------
EEX_EXPORT IExcExecutor* CreateExcExecutor( void) ;
extern "C" {
EEX_EXPORT IExcExecutor* CreateExcExecutor(void) ;
}