mirror of
https://github.com/voiceip/tinyphone
synced 2026-08-07 02:26:03 -04:00
10 lines
169 B
C++
10 lines
169 B
C++
#include "stdafx.h"
|
|
#include "actions.h"
|
|
#include "CheckResult.h"
|
|
|
|
HRESULT DEVMSI_API DoPreInstall( int argc, LPWSTR* argv )
|
|
{
|
|
HRESULT hr = S_OK;
|
|
|
|
return hr;
|
|
}
|