Skip to content

Commit

Permalink
Fix a warning on Windows
Browse files Browse the repository at this point in the history
  warning C4005: 'APIENTRY': macro redefinition
  • Loading branch information
pierre-dejoue committed Jul 24, 2023
1 parent 2d46bd9 commit d947e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
*
* Copyright (c) 2021 Pierre DEJOUE
******************************************************************************/

#include "picross_file.h"
#include "settings.h"

#include <picross/picross.h>

#include <portable-file-dialogs.h> // Include before glfw3.h
#include <GLFW/glfw3.h>
#include <imgui.h>
#include <imgui_impl_glfw.h>
#include <imgui_impl_opengl2.h>
#include <portable-file-dialogs.h>

#include <cassert>
#include <iostream>
Expand Down

0 comments on commit d947e83

Please sign in to comment.