mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-25 19:19:02 +00:00
Qualified all STL refs with std:: to get rid of the 'using namespace std' mismatch between the main code & debugger code
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include <wchar.h>
|
||||
#include <wchar.h> // Only needed for <VS2008 ?
|
||||
|
||||
#include "AppleWin.h"
|
||||
#include "CPU.h"
|
||||
|
||||
Reference in New Issue
Block a user