Visual Studio keeps using wWinMain() as the entry point instead of the main() function I want it to

Advertisements I started my Visual Studio project as a windows application, however I’ve come to realize that if I want to use GLFW then I’m supposed to open a GLFW window instead of a standard wWinMain window. I have a wWinMain function but since it kept running every time I ran the program instead of… Read More Visual Studio keeps using wWinMain() as the entry point instead of the main() function I want it to