Kaydet (Commit) 33f67eee authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: setup_native (Windows)

Change-Id: I58cae555a303a8657955ceec08065e8b440bdad4
üst 7baaf973
......@@ -35,7 +35,7 @@
#include <systools/win32/uwinapi.h>
#include <algorithm>
#include "spellchecker_selection.hxx"
#include <spellchecker_selection.hxx>
BOOL GetMsiPropA( MSIHANDLE hMSI, const char* pPropName, char** ppValue )
{
......
......@@ -26,7 +26,7 @@
#include <stdio.h>
#include <systools/win32/uwinapi.h>
#include <../tools/seterror.hxx>
#include "../tools/seterror.hxx"
extern "C" UINT __stdcall CheckInstallDirectory(MSIHANDLE handle)
{
......
......@@ -22,7 +22,7 @@
#include <strsafe.h>
#include <systools/win32/uwinapi.h>
#include <../tools/seterror.hxx>
#include "../tools/seterror.hxx"
static BOOL RemoveCompleteDirectoryW(const std::wstring& rPath)
{
......
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