PStack  2.0
Stack trace printer for MSVC and GCC binaries
proclib_ns.hpp
Go to the documentation of this file.
1 // ===-- include/proclib/proclib_ns.hpp ------------------- -*- C++ -*- --=== //
2 // Copyright (c) 2014 Matt Bisson. All rights reserved.
3 
33 #pragma once
34 #ifndef PROCLIB_PROCLIB_NS_HPP
35 #define PROCLIB_PROCLIB_NS_HPP
36 
37 #include <psystem/psystem_ns.hpp>
38 
42 
44 #define PROCLIB_APP_NAME "ProcLib (Process Debugging Library)"
45 
47 #ifndef PROCLIB_MAJOR_VERSION
48 # define PROCLIB_MAJOR_VERSION 2
49 #endif
50 
53 #ifndef PROCLIB_MINOR_VERSION
54 # define PROCLIB_MINOR_VERSION 0
55 #endif
56 
58 #ifndef PROCLIB_PATCH_LEVEL
59 # define PROCLIB_PATCH_LEVEL 0
60 #endif
61 
65 #ifndef PROCLIB_BUILD_NUMBER
66 # define PROCLIB_BUILD_NUMBER 0
67 #endif
68 
70 #if (PROCLIB_BUILD_NUMBER == 0)
71 # define _PRIVATE_BUILD 1
72 #endif
73 
75 
84 namespace proclib
85 {
86 
87 } // namespace proclib
88 
89 #endif // PROCLIB_PROCLIB_NS_HPP
Contains the library for debugging running processes.
Definition: base_debug_event_listener.hpp:26
The basic header file for the PSystem namespce.