Changeset 120 for trunk/src/library.cc
- Timestamp:
- 06/15/13 02:05:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/library.cc
r113 r120 115 115 #if NV_PLATFORM == NV_WINDOWS 116 116 // We do hate WinAPI for code like this, don't we? 117 LP VOID buffer;117 LPTSTR buffer = NULL; 118 118 FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, 119 119 NULL, GetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &buffer, 0, NULL );
Note: See TracChangeset
for help on using the changeset viewer.