- Download WSL2 Kernel
- run
wsl --set-default-version 2
in windows command line, so that all future WSL machine will use WSL2.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "stdafx.h" | |
/* | |
stdafx.f: | |
#include <time.h> | |
#include <stdio.h> | |
#include <tchar.h> | |
#include <Windows.h> | |
#include <process.h> | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "stdafx.h" | |
/* | |
stdafx.f: | |
#include <time.h> | |
#include <stdio.h> | |
#include <tchar.h> | |
#include <Windows.h> | |
#include <process.h> | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "stdafx.h" | |
/* | |
stdafx.f: | |
#include <time.h> | |
#include <stdio.h> | |
#include <tchar.h> | |
#include <Windows.h> | |
#include <process.h> | |
*/ |