diff options
author | 2016-01-10 18:42:20 +0100 | |
---|---|---|
committer | 2016-01-10 18:42:20 +0100 | |
commit | 833094f88c468f6e52bcf6ce769dab0460e871e3 (patch) | |
tree | d0492601e933a508805f43a0145e6148166fd627 /src | |
parent | f9f908d48bd3607f8ddf529eb6b83c2b4b0b9790 (diff) |
disable debugging (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/osd/windows/ledutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/ledutil.cpp b/src/osd/windows/ledutil.cpp index 848a463d415..85c7cca1fe1 100644 --- a/src/osd/windows/ledutil.cpp +++ b/src/osd/windows/ledutil.cpp @@ -52,7 +52,7 @@ typedef int running_machine; // note you need to compile as a console app to have any of // these printfs show up -#define DEBUG_VERSION 1 +#define DEBUG_VERSION 0 #if DEBUG_VERSION #define DEBUG_PRINTF(x) printf x |