mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Cygwin port
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __PL_XMODEMCRC_H__
|
||||
#define __PL_XMODEMCRC_H__
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "DataTypes.h"
|
||||
|
||||
@@ -9,5 +9,3 @@ namespace PortabilityLayer
|
||||
{
|
||||
uint16_t XModemCRC(const void *bytes, size_t size, uint16_t initialValue);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user