Merge pull request #165 from Arkshine/feature/add-version-lib-and-missing-rc

Update versioning system and add missing module RC file (bug 6222)
This commit is contained in:
Vincent Herbet
2015-01-07 18:59:51 +01:00
71 changed files with 2117 additions and 200 deletions

View File

@ -32,7 +32,7 @@
#define __FreeBSD__
#endif
#if defined LINUX || defined __FreeBSD__ || defined __OpenBSD__ || defined __APPLE__
#include <sclinux.h>
#include "sclinux.h"
#endif
#ifndef AMX_H_INCLUDED