# HG changeset patch # User lbajardsilogic # Date 1196087956 0 # Node ID e841a24915fffe60be45959d10fb7144f28a93a3 # Parent 126ce8570eb236444c41447c6e2b0e75a02574b3 resolve problem with afxres.h (not supported by VC express) diff -r 126ce8570eb2 -r e841a24915ff sv/sound-access.rc --- a/sv/sound-access.rc Mon Nov 26 08:22:54 2007 +0000 +++ b/sv/sound-access.rc Mon Nov 26 14:39:16 2007 +0000 @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "windows.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -34,14 +34,12 @@ 2 TEXTINCLUDE BEGIN - "#include ""afxres.h""\r\n" - "\0" + "#include ""windows.h""\r\n" END 3 TEXTINCLUDE BEGIN "\r\n" - "\0" END #endif // APSTUDIO_INVOKED