Changeset 284 in kBuild for branches/GNU/src/gmake/w32/subproc/w32err.c
- Timestamp:
- May 16, 2005 4:54:08 PM (19 years ago)
- File:
-
- 1 edited
-
branches/GNU/src/gmake/w32/subproc/w32err.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/w32/subproc/w32err.c
r153 r284 12 12 char * 13 13 map_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 15 16 __declspec (thread) static char szMessageBuffer[128]; 16 17 #else 18 static char szMessageBuffer[128]; 19 #endif 17 20 /* Fill message buffer with a default message in 18 21 * case FormatMessage fails
Note:
See TracChangeset
for help on using the changeset viewer.

