Skip to content

Commit

Permalink
#if 0 ? YAGNI ! we now use builtin _WIN32 _WIN64 anyway
Browse files Browse the repository at this point in the history
Reminder: even in WIN64, _WIN32 is defined, so the comment was a bit misleading anyway.
  • Loading branch information
nicolas-cellier-aka-nice committed Dec 30, 2018
1 parent 545ec0a commit 2024d43
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions platforms/win32/vm/sqWin32.h
Expand Up @@ -143,16 +143,6 @@

#endif /* (_WIN32_WCE) */

/* THE FOLLOWING IS WRONG (& HENCE I'VE IF 0'ed IT OUT. WE CAN'T MERELY DEFINE
* WIN32 BECAUSE WE MAY BE ON WIN64. eem 2017/05/16
*/
#if 0
/* due to weird include orders, make sure WIN32 is defined */
# if !defined(WIN32)
# define WIN32 1
# endif
#endif

/* Experimental */
#ifdef MINIMAL
/* The hardcoded defs:
Expand Down

0 comments on commit 2024d43

Please sign in to comment.