Include guards on our headers
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
*
|
||||
* Copyright 2018,2019 Miran Grca.
|
||||
*/
|
||||
|
||||
#ifndef EMU_ZIP_H
|
||||
#define EMU_ZIP_H
|
||||
|
||||
|
||||
#define ZIP_NUM 4
|
||||
|
||||
#define BUF_SIZE 32768
|
||||
@@ -123,5 +123,4 @@ extern void zip_close();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /*EMU_ZIP_H*/
|
||||
|
||||
Reference in New Issue
Block a user