Patch level : 12.0 nopatch

Files correlati     : CU_istr_2022.pdf CU_modORD_2022.pdf 777201.cpp 777200.h 777lib.h

Commento:
CU 20222
This commit is contained in:
Alessandro Bonazzi 2022-02-13 10:03:00 +01:00
parent eb10cf34dc
commit 0b9831f3d7
5 changed files with 5 additions and 8 deletions

View File

@ -6,10 +6,6 @@
#endif #endif
// Nota che sono stati definiti anche in 777lib // Nota che sono stati definiti anche in 777lib
#define THIS_YEAR "2021"
#define THIS_YEARN 2021
#define LAST_YEAR "2020"
#define LAST_YEARN 2020
#define CU_DEFAULT_NAME "MODCUR" THIS_YEAR #define CU_DEFAULT_NAME "MODCUR" THIS_YEAR
class TRecordCU; class TRecordCU;

View File

@ -1,3 +1,4 @@
#include "777lib.h"
#include "777200.h" #include "777200.h"
#include <applicat.h> #include <applicat.h>
#include <automask.h> #include <automask.h>

View File

@ -9,10 +9,10 @@
#define CF_PRODUTTORE get_iva_sirio(); #define CF_PRODUTTORE get_iva_sirio();
// Nota che sono anche definiti in 777200.h // Nota che sono anche definiti in 777200.h
#define THIS_YEAR "2021" #define THIS_YEAR "2022"
#define THIS_YEARN 2021 #define THIS_YEARN atoi(THIS_YEAR)
#define LAST_YEAR "2020" #define LAST_YEAR "2021"
#define LAST_YEARN 2020 #define LAST_YEARN atoi(LAST_YEAR)
enum { CODE_SIZE = 8, FIELD_SIZE = 16, BLOCK_SIZE = 24, HEADER_SIZE = 89, USEABLE_SIZE = 1800, TOTAL_SIZE = 1900 }; enum { CODE_SIZE = 8, FIELD_SIZE = 16, BLOCK_SIZE = 24, HEADER_SIZE = 89, USEABLE_SIZE = 1800, TOTAL_SIZE = 1900 };

BIN
src/m770/CU_istr_2022.pdf Normal file

Binary file not shown.

BIN
src/m770/CU_modORD_2022.pdf Normal file

Binary file not shown.