Fix incorrect include file check definitions.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 3 years ago
parent 2c73ccdf45
commit 578245038c
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