X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fdbghelp%2Ftype.c;h=723c3ba37e6fc1fabfc09e44915744e55ccdfcca;hp=012af5feecb2bd3708d90e3f9741a31e6cb68791;hb=f66525ee02257ec70732abc74034a2161e12190b;hpb=a989736ead401c669e8f30b190f3539e9d32d537 diff --git a/dll/win32/dbghelp/type.c b/dll/win32/dbghelp/type.c index 012af5feecb..723c3ba37e6 100644 --- a/dll/win32/dbghelp/type.c +++ b/dll/win32/dbghelp/type.c @@ -29,10 +29,13 @@ #include #include +#ifndef DBGHELP_STATIC_LIB #include "windef.h" #include "winbase.h" #include "winnls.h" #include "wine/debug.h" +#endif + #include "dbghelp_private.h" WINE_DEFAULT_DEBUG_CHANNEL(dbghelp);