Browse Source

fix release builds

Signed-off-by: Daniel B. Hill <daniel@gluo.nz>
tags/v1.1.0
Daniel B. Hill Filipe Coelho <falktx@falktx.com> 2 years ago
parent
commit
46dd59ba89
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      main.c
  2. +2
    -0
      regsvr.c

+ 2
- 0
main.c View File

@@ -24,7 +24,9 @@
#include "winreg.h"
#include "objbase.h"

#ifdef DEBUG
#include "wine/debug.h"
#endif
/* WINE_DEFAULT_DEBUG_CHANNEL(asio); */

/* {48D0C522-BFCC-45cc-8B84-17F25F33E6E8} */


+ 2
- 0
regsvr.c View File

@@ -29,7 +29,9 @@
#include "winreg.h"
#include "objbase.h"

#ifdef DEBUG
#include "wine/debug.h"
#endif

/* WINE_DEFAULT_DEBUG_CHANNEL(asio); */



Loading…
Cancel
Save