#1846: win32 compile fails on sysmem.c on mingw gcc 4.5 (w. workaround)
----------------------+-----------------------------------------------------
 Reporter:  ronaldws  |        Type:  bug   
   Status:  new       |    Priority:  normal
Milestone:  2.10      |   Component:  build 
  Version:  2.10.0    |    Severity:  medium
 Keywords:            |        Lang:        
    Patch:            |    Platform:  win32 
----------------------+-----------------------------------------------------

Comment(by ronaldws):

 I use Mingw with gcc 4.5 and Activestate Perl.  After looking at my
 include files I noticed that MEMORYSTATUSEX is described in my winbase.h
 file but the definition is not compiled in because my windef.h file sets
 my WINVER and _WIN32_WINNT to 0x0400 and in my winbase.h :

 #if (_WIN32_WINNT >= 0x0500)[[BR]]
 typedef struct _MEMORYSTATUSEX {[[BR]]
 ...[[BR]]
 #endif[[BR]]

 I am working under Windows Vista and am still looking into it a bit.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1846#comment:2>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to