Replaced ACC with miniACC.

committer: mfx <mfx> 1090583659 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-07-23 11:54:19 +00:00
parent ef490c4220
commit 1aff6b862d
37 changed files with 4103 additions and 6631 deletions
+9 -4
View File
@@ -35,10 +35,15 @@
/* avoid -W4 warnings in <windows.h> */
# pragma warning(disable: 4201 4214 4514)
#endif
#include "acc/acc_inci.h"
#include "acc/acclib/misc.ch"
#include "acc/acclib/hsread.ch"
#include "acc/acclib/wildargv.ch"
#define ACC_WANT_ACC_INCI_H 1
#define ACC_WANT_ACCLIB_MISC 1
#define ACC_WANT_ACCLIB_HSREAD 1
#define ACC_WANT_ACCLIB_WILDARGV 1
#include "miniacc.h"
#undef ACC_WANT_ACC_INCI_H
#undef ACC_WANT_ACCLIB_MISC
#undef ACC_WANT_ACCLIB_HSREAD
#undef ACC_WANT_ACCLIB_WILDARGV
/*************************************************************************