Skip to content

Commit

Permalink
improve condition expression
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Aug 26, 2013
1 parent d54a8f0 commit 27a8a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/getMemorySize.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
static size_t getMemorySizeBytes( )
{
#if (defined(_WIN32) && (defined(__CYGWIN__) || defined(__CYGWIN32__))) || defined(_WIN32)
#if defined(_WIN32) || (defined(__CYGWIN__) || defined(__CYGWIN32__))
/* Cygwin under Windows. ------------------------------------ */
/* New 64-bit MEMORYSTATUSEX isn't available. Use old 32.bit */
MEMORYSTATUS status;
Expand Down

0 comments on commit 27a8a7d

Please sign in to comment.