Windows2003-3790/inetcore/outlookexpress/setup/win9xupg/detect.h
2020-09-30 16:53:55 +02:00

12 lines
482 B
C

// ---------------------------------------------------------------------------
// DETECT.H
// ---------------------------------------------------------------------------
// Copyright (c) 1999 Microsoft Corporation
//
// Helper functions to detect installed versions of WAB / OE
//
// ---------------------------------------------------------------------------
#pragma once
#include <wizdef.h>
BOOL LookForApp(SETUPAPP app, LPTSTR pszVer, int cch, SETUPVER svInterimVer);