diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-20 00:48:50 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-20 01:05:41 -0700 |
commit | d73c29407fe5ec6a0207af7d9c2547457ae0854c (patch) | |
tree | e073ba81b3d3b433624dbcbe3d1eef165e21deb1 /src/dutil/inc | |
parent | 10a2a1740616715f367536b9515bad5ff6c645e1 (diff) | |
download | wix-d73c29407fe5ec6a0207af7d9c2547457ae0854c.tar.gz wix-d73c29407fe5ec6a0207af7d9c2547457ae0854c.tar.bz2 wix-d73c29407fe5ec6a0207af7d9c2547457ae0854c.zip |
Unport LocProbeForFileEx() as WiX v4 had better solution
Diffstat (limited to 'src/dutil/inc')
-rw-r--r-- | src/dutil/inc/locutil.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/dutil/inc/locutil.h b/src/dutil/inc/locutil.h index 626cb59e..38ddda20 100644 --- a/src/dutil/inc/locutil.h +++ b/src/dutil/inc/locutil.h | |||
@@ -50,18 +50,6 @@ HRESULT DAPI LocProbeForFile( | |||
50 | ); | 50 | ); |
51 | 51 | ||
52 | /******************************************************************** | 52 | /******************************************************************** |
53 | LocProbeForFileEx - Searches for a localization file on disk. | ||
54 | useUILanguage should be set to TRUE. | ||
55 | *******************************************************************/ | ||
56 | HRESULT DAPI LocProbeForFileEx( | ||
57 | __in_z LPCWSTR wzBasePath, | ||
58 | __in_z LPCWSTR wzLocFileName, | ||
59 | __in_z_opt LPCWSTR wzLanguage, | ||
60 | __inout LPWSTR* psczPath, | ||
61 | __in BOOL fUseUILanguage | ||
62 | ); | ||
63 | |||
64 | /******************************************************************** | ||
65 | LocLoadFromFile - Loads a localization file | 53 | LocLoadFromFile - Loads a localization file |
66 | 54 | ||
67 | *******************************************************************/ | 55 | *******************************************************************/ |