Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-08-15 23:14:28 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-08-15 23:14:28 +0400
commitbcaa6c73fe50d30c59624825d0ef2ffcf70b04c5 (patch)
treefc7eba4bac729a7bde120d012e1521d3cdad5eb3 /g15helper
parentc63e4f5f352b788111ac23fd051e5d35925baf2d (diff)
Use VLD for debug builds
Diffstat (limited to 'g15helper')
-rw-r--r--g15helper/g15helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g15helper/g15helper.h b/g15helper/g15helper.h
index 40d6ad638..cb1b6e763 100644
--- a/g15helper/g15helper.h
+++ b/g15helper/g15helper.h
@@ -40,7 +40,7 @@
#define G15_WIDGET_NAME L"Mumble G15 Display"
enum {
- G15_ERR_INIT,
+ G15_ERR_INIT = 1,
G15_ERR_CONNECT,
G15_ERR_ENUMERATE,
G15_ERR_OPEN,