Skip to content

Commit

Permalink
No need for the _IS_WINDOWS macro anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Jul 17, 2018
1 parent 2c2b6ab commit a2c5191
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions common.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
#ifndef _COMMON_H_
#define _COMMON_H_

#if defined(WIN32) || defined(_WIN32) || defined(_MSC_VER) || defined(__MINGW32__)
#define _IS_WINDOWS
#else
#undef _IS_WINDOWS
#endif

/* MSVC starting include stdint.h fairly recently */
#if !defined(_MSC_VER) || (MSC_VER >= 1800)
# include <stdint.h>
Expand Down

0 comments on commit a2c5191

Please sign in to comment.