Fix incorrect include file check definitions.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 578245038c)
r14.0.x
Slávek Banko 4 years ago
parent aca58384d9
commit afc8e54e71
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -8,8 +8,8 @@
* (at your option) any later version. *
***************************************************************************/
#ifndef MICRoLIBRARY_H
#define PICLIBRARY_H
#ifndef MICROLIBRARY_H
#define MICROLIBRARY_H
#include "asminfo.h"
#include "microinfo.h"

@ -8,8 +8,8 @@
* (at your option) any later version. *
***************************************************************************/
#ifndef PICPACKAGES_H
#define PICPACKAGES_H
#ifndef MICROPACKAGES_H
#define MICROPACKAGES_H
#include <tqstring.h>
#include <tqstringlist.h>

Loading…
Cancel
Save