Skip to content

Commit

Permalink
Use STEAMNETWORKINGSOCKETS_ENABLE_SDR instead of STEAMNETWORKINGSOCKE…
Browse files Browse the repository at this point in the history
…TS_OPENSOURCE
  • Loading branch information
zpostfacto committed Sep 7, 2023
1 parent e125b93 commit de03d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//#include "curl/curl.h"

// Include Steam datagram related stuff?
#ifndef STEAMNETWORKINGSOCKETS_OPENSOURCE
#ifndef STEAMNETWORKINGSOCKETS_ENABLE_SDR
#define CERTTOOL_ENABLE_SDR
#include <steamdatagram_tickets.h>

Check failure on line 22 in src/steamnetworkingsockets/certtool/steamnetworkingsockets_certtool.cpp

View workflow job for this annotation

GitHub Actions / Build And Test Windows

Cannot open include file: 'steamdatagram_tickets.h': No such file or directory
#include "../sdr/steamdatagram_internal.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#pragma once

#include "../steamnetworkingsockets_internal.h"
#ifndef STEAMNETWORKINGSOCKETS_OPENSOURCE
#ifdef STEAMNETWORKINGSOCKETS_ENABLE_SDR
#include "../sdr/steamdatagram_internal.h"
#include <steam/steamdatagram_tickets.h>
#endif
Expand Down

0 comments on commit de03d74

Please sign in to comment.