win32: remove afxres.h references
This commit is contained in:
parent
fcdc393e2b
commit
95e71e726f
@ -7,7 +7,8 @@
|
|||||||
//
|
//
|
||||||
// Generated from the TEXTINCLUDE 2 resource.
|
// Generated from the TEXTINCLUDE 2 resource.
|
||||||
//
|
//
|
||||||
#include "afxres.h"
|
#include "windows.h"
|
||||||
|
#define IDC_STATIC (-1)
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
#undef APSTUDIO_READONLY_SYMBOLS
|
#undef APSTUDIO_READONLY_SYMBOLS
|
||||||
|
|
||||||
@ -767,11 +768,6 @@ BEGIN
|
|||||||
END
|
END
|
||||||
|
|
||||||
2 TEXTINCLUDE
|
2 TEXTINCLUDE
|
||||||
BEGIN
|
|
||||||
"#include ""afxres.h""\0"
|
|
||||||
END
|
|
||||||
|
|
||||||
3 TEXTINCLUDE
|
|
||||||
BEGIN
|
BEGIN
|
||||||
"\r\n"
|
"\r\n"
|
||||||
"\0"
|
"\0"
|
||||||
|
@ -198,10 +198,6 @@
|
|||||||
#include <mmsystem.h>
|
#include <mmsystem.h>
|
||||||
#ifndef __BORLANDC__
|
#ifndef __BORLANDC__
|
||||||
|
|
||||||
#ifndef __MINGW32__
|
|
||||||
#include <afxres.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <dsound.h>
|
#include <dsound.h>
|
||||||
#endif
|
#endif
|
||||||
#include "rsrc/resource.h"
|
#include "rsrc/resource.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user