VirtualBox

Ignore:
Timestamp:
May 16, 2005 4:54:08 PM (19 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/w32/subproc/w32err.c

    r153 r284  
    1212char *
    1313map_windows32_error_to_string (DWORD ercode) {
    14 /* __declspec (thread) necessary if you will use multiple threads */
     14/* __declspec (thread) necessary if you will use multiple threads on MSVC */
     15#ifdef _MSC_VER
    1516__declspec (thread) static char szMessageBuffer[128];
    16 
     17#else
     18static char szMessageBuffer[128];
     19#endif
    1720        /* Fill message buffer with a default message in
    1821         * case FormatMessage fails
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette