Rename macros.

This commit is contained in:
2020-03-01 05:48:20 +00:00
parent 06944ade67
commit c384986506
9 changed files with 39 additions and 39 deletions

View File

@@ -15,12 +15,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DICREMOTE_UNIX_UNIX_H_
#define DICREMOTE_UNIX_UNIX_H_
#ifndef AARUREMOTE_UNIX_UNIX_H_
#define AARUREMOTE_UNIX_UNIX_H_
typedef struct
{
int fd;
} UnixNetworkContext;
#endif // DICREMOTE_UNIX_UNIX_H_
#endif // AARUREMOTE_UNIX_UNIX_H_