Browse Source

Native: providers should not require MFC to compile

pull/222/head
Christoph Ruegg 12 years ago
parent
commit
bad4cc49d7
  1. 4
      src/NativeProviders/Common/resource.rc

4
src/NativeProviders/Common/resource.rc

@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
#include "windows.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@ -32,7 +32,7 @@ END
2 TEXTINCLUDE
BEGIN
"#include ""afxres.h""\r\n"
"#include ""windows.h""\r\n"
"\0"
END

Loading…
Cancel
Save