mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Unaligned: Use correct MSVC define
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef __UNALIGNED_H_
|
||||
#define __UNALIGNED_H_
|
||||
|
||||
#if defined(MSVC)
|
||||
#if defined(_MSC_VER)
|
||||
#define ICSNEO_UNALIGNED(x) __unaligned x
|
||||
#else
|
||||
#define ICSNEO_UNALIGNED(x) x
|
||||
|
||||
Reference in New Issue
Block a user