Skip to content
Snippets Groups Projects
Commit 07fc0e5f authored by deuce's avatar deuce
Browse files

Fix SH_DENY* redefinition warnings.

parent 88e8106a
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,14 @@
#pragma pack(1)
#endif
#ifndef _PACK
#ifdef __GNUC__
#define _PACK __attribute__ ((packed))
#else
#define _PACK
#endif
#endif
typedef union _PACK {
struct {
......
......@@ -41,8 +41,7 @@
#include <fcntl.h>
#include <sys/stat.h>
#include "filewrap.h" /* sopen() */
#include "xsdkwrap.h" /* PLATFORM_DESC */
#include "xsdkdefs.h"
#include "genwrap.h" /* PLATFORM_DESC */
#include "sbldefs.h"
int main(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment