Skip to content

Commit

Permalink
solve issue with winsockapi define
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Oct 2, 2024
1 parent b92b7b8 commit e68615b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sub_buildWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- name: Cache CPM dependency packages
uses: actions/cache@v3
with:
save-always: true
path: |
${{ env.CPM_SOURCE_CACHE }}
key: ${{ runner.os }}-isimpa
Expand Down
1 change: 1 addition & 0 deletions src/isimpa/3dengine/Core/Objet3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
*/

#ifdef _WINDOWS
#define _WINSOCKAPI_
#include <windows.h>
#endif
#include "Material.h"
Expand Down

0 comments on commit e68615b

Please sign in to comment.