diff --git a/codec/decoder/plus/res/welsdec.rc b/codec/decoder/plus/res/welsdec.rc index 7c07ae37..dcdf1de6 100644 --- a/codec/decoder/plus/res/welsdec.rc +++ b/codec/decoder/plus/res/welsdec.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "windows.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -34,7 +34,7 @@ END 2 TEXTINCLUDE BEGIN - "#include ""afxres.h""\r\n" + "#include ""windows.h""\r\n" "\0" END diff --git a/codec/encoder/plus/res/welsenc.rc b/codec/encoder/plus/res/welsenc.rc index 6b13beb8..be51c1db 100644 --- a/codec/encoder/plus/res/welsenc.rc +++ b/codec/encoder/plus/res/welsenc.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "windows.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -34,7 +34,7 @@ END 2 TEXTINCLUDE BEGIN - "#include ""afxres.h""\r\n" + "#include ""windows.h""\r\n" "\0" END diff --git a/processing/src/common/WelsVP.rc b/processing/src/common/WelsVP.rc index 5c566700..6aad22c6 100644 --- a/processing/src/common/WelsVP.rc +++ b/processing/src/common/WelsVP.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "windows.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -34,7 +34,7 @@ END 2 TEXTINCLUDE BEGIN - "#include ""afxres.h""\r\n" + "#include ""windows.h""\r\n" "\0" END