diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-07-05 00:19:03 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-07-05 00:19:03 +0200 |
commit | 30fe442f524e91639e9d5f27d86c2edf290ab9c0 (patch) | |
tree | d5ec865995f07ef419a2c13afaa087ad4f03e599 /ftnoir_protocol_sc/ftnoir-protocol-sc.rc | |
parent | 2b7252c20154628a463efe6f1fa640ac9be9262e (diff) |
Robustify SimConnect protocol
- No longer leaks library handle/address space
- Use an activation context instead of hardcoding probable DLL filenames
Diffstat (limited to 'ftnoir_protocol_sc/ftnoir-protocol-sc.rc')
-rw-r--r-- | ftnoir_protocol_sc/ftnoir-protocol-sc.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftnoir_protocol_sc/ftnoir-protocol-sc.rc b/ftnoir_protocol_sc/ftnoir-protocol-sc.rc index 3838d941..3b43715e 100644 --- a/ftnoir_protocol_sc/ftnoir-protocol-sc.rc +++ b/ftnoir_protocol_sc/ftnoir-protocol-sc.rc @@ -1,2 +1,2 @@ -#include "winuser.h" -2 RT_MANIFEST scserver.manifest
\ No newline at end of file +#include <winuser.h> +142 RT_MANIFEST scserver.manifest
\ No newline at end of file |