1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
#ifndef _GAV131B_H_
#define _GAV131B_H_
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <sqlda.h>
#include <sqlcpr.h>
#include <errno.h>
#include "DefinitionGlobale.h"
#include "GcnTracer.h"
#include "GcnFichier.h"
#include "GcnBase.h"
#include "GcnEtat.h"
#include "GcnString.h"
#include "GcnPrim.h"
#include "GcnDate.h"
#include "GcnNumerique.h"
/* Definition macro EXTERN */
#ifdef _IN_GAV131B_
#define EXTERN_GAV131B
#else
#define EXTERN_GAV131B extern
#endif /* _IN_GAV131B_ */
#ifndef _ _
#define _SQLCA_H_
EXEC SQL INCLUDE "SQLCA.h";
#endif /* _SQLCA_H_ */
/* Inclusion des packs utilises */
#ifndef _RST1GCO1_H_
EXEC SQL INCLUDE "RST1GCO1.h";
#endif /* _RST1GCO1_H_ */
#ifndef _RST2GCO1_H_
EXEC SQL INCLUDE "RST2GCO1.h";
#endif /* _RST2GCO1_H_ */ |
Partager