Changeset 6abfd07 in opengl-game for FileStackWalker.cpp
- Timestamp:
- May 31, 2019, 6:26:19 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- b373466
- Parents:
- a23fc08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FileStackWalker.cpp
ra23fc08 r6abfd07 1 1 #include "FileStackWalker.h" 2 3 // Put this stuff in some common header shared by this and CrashLogger 4 // Put this stuff in some common header shared by this and CrashLogger 5 6 #include <io.h> 7 8 #define write _write 2 9 3 10 FileStackWalker::FileStackWalker(int fd_out) : StackWalker() {
Note:
See TracChangeset
for help on using the changeset viewer.