We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fdad23 + 0677ef3 commit 436646dCopy full SHA for 436646d
stdafx.h
@@ -23,7 +23,7 @@
23
#pragma warning (disable : 4786) // identifier was truncated to 'number' characters in the debug information
24
#pragma warning (disable : 4996) // MBCS support in MFC is deprecated and may be removed in a future version of MFC
25
26
-
+#define _AFX_NO_MFC_CONTROLS_IN_DIALOGS
27
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
28
#define HAVE_CONFIG_H // for PCRE
29
@@ -884,4 +884,4 @@ typedef struct
884
{
885
LUALIB_API int (luaL_typerror) (lua_State *L, int narg, const char *tname);
886
}
887
-#endif // LUA_52
+#endif // LUA_52
0 commit comments