1
0

fwrite_le.h: move #includes inside the #ifdef block

This commit is contained in:
Intel A80486DX2-66 2024-06-18 18:14:05 +03:00
parent 11740eed72
commit 05ccd4bca7
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -1,11 +1,11 @@
#ifndef _FWRITE_LE_H
#define _FWRITE_LE_H
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef _FWRITE_LE_H
#define _FWRITE_LE_H
#define FWRITE_LE_NO_MODIFICATION 0
#define DETECTED_LITTLE_ENDIAN 0