diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-07 03:13:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-07 03:13:45 +0200 |
commit | fa8e4da6148fa00e77fc3a4be55769d40a1db057 (patch) | |
tree | c8472e2c33c657c9a48f9d0851a6a203e97cc090 /proto-simconnect/ftnoir-protocol-sc.rc | |
parent | 57e2aa0356b21b40c9fc5c53edc8bfaebd95a60e (diff) |
proto/simconnect: fix WinSxS library versions
We had all the wrong versions assigned to comboboxen.
With the correct versions, Prepar3D works with its own
SimConnect redist named "SP2-XPACK". The library
version is the same as SP2 and the combobox item exists
only to help users.
Diffstat (limited to 'proto-simconnect/ftnoir-protocol-sc.rc')
-rw-r--r-- | proto-simconnect/ftnoir-protocol-sc.rc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/proto-simconnect/ftnoir-protocol-sc.rc b/proto-simconnect/ftnoir-protocol-sc.rc index c89eb9a7..5f47a5c9 100644 --- a/proto-simconnect/ftnoir-protocol-sc.rc +++ b/proto-simconnect/ftnoir-protocol-sc.rc @@ -1,4 +1,7 @@ #include <winuser.h> -142 RT_MANIFEST scserver.manifest -143 RT_MANIFEST scserver_sp2.manifest -144 RT_MANIFEST scserver_acceleration.manifest
\ No newline at end of file +142 RT_MANIFEST fsx_rtm.manifest +143 RT_MANIFEST fsx_sp1.manifest +144 RT_MANIFEST fsx_sp2.manifest +145 RT_MANIFEST fsx_p3d_sp2_xpack.manifest +146 RT_MANIFEST fsx_steam_orig.manifest +147 RT_MANIFEST fsx_steam_last.manifest |