Commit cc65d21f authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Moved mscvpdb.h file to include/wine to allow sharing of the definitions with winedump.

parent 5839fd7f
......@@ -55,7 +55,7 @@
#include "wine/debug.h"
#include "excpt.h"
#include "dbghelp_private.h"
#include "mscvpdb.h"
#include "wine/mscvpdb.h"
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp_coff);
......
......@@ -56,7 +56,7 @@
#include "wine/debug.h"
#include "excpt.h"
#include "dbghelp_private.h"
#include "mscvpdb.h"
#include "wine/mscvpdb.h"
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp_msc);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment