diff options
author | randomdan <randomdan@localhost> | 2010-06-11 09:05:03 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-06-11 09:05:03 +0000 |
commit | 34ccc50707ef550fb279e71ee39e9e1a498ad663 (patch) | |
tree | 0168addd12fb3573d92708e8f0a0f70b06205b27 | |
parent | Use Glib::ustring in libodbcpp for data and std::string for non-data (diff) | |
download | project2-34ccc50707ef550fb279e71ee39e9e1a498ad663.tar.bz2 project2-34ccc50707ef550fb279e71ee39e9e1a498ad663.tar.xz project2-34ccc50707ef550fb279e71ee39e9e1a498ad663.zip |
Uncommit debug mode change
-rw-r--r-- | project2/p2webMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/p2webMain.cpp b/project2/p2webMain.cpp index 896af0b..698cd18 100644 --- a/project2/p2webMain.cpp +++ b/project2/p2webMain.cpp @@ -1,5 +1,5 @@ // Undefine me to run from console for debugging -//#define FCGI +#define FCGI #include <libxml/tree.h> #ifdef FCGI |