#ifndef on all header files

This commit is contained in:
Philippe Teuwen 2019-04-11 01:16:25 +02:00
commit 2879599ac4
11 changed files with 37 additions and 0 deletions

View file

@ -8,6 +8,9 @@
// GUI functions
//-----------------------------------------------------------------------------
#ifndef __PROXGUI_H
#define __PROXGUI_H
#ifdef __cplusplus
extern "C" {
#endif
@ -53,3 +56,4 @@ extern uint8_t g_debugMode;
#ifdef __cplusplus
}
#endif
#endif