Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
Costallat committed Nov 27, 2023
1 parent 65af116 commit a73bde6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/net/httplogin.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
// #define _WIN32_WINNT_WIN10 0x0A00 // Windows 10
// #define NTDDI_WIN10 0x0A000000 /* ABRACADABRA_THRESHOLD */
// #define NTDDI_VERSION NTDDI_WIN10
#include <Windows.h>

Check failure on line 29 in src/framework/net/httplogin.h

View workflow job for this annotation

GitHub Actions / ubuntu-20.04-linux-release

Windows.h: No such file or directory

Check failure on line 29 in src/framework/net/httplogin.h

View workflow job for this annotation

GitHub Actions / ubuntu-20.04-linux-debug

Windows.h: No such file or directory

Check failure on line 29 in src/framework/net/httplogin.h

View workflow job for this annotation

GitHub Actions / ubuntu-22.04-linux-release

Windows.h: No such file or directory

Check failure on line 29 in src/framework/net/httplogin.h

View workflow job for this annotation

GitHub Actions / ubuntu-22.04-linux-debug

Windows.h: No such file or directory
#include <httplib.h>

class LoginHttp : public LuaObject {
Expand Down

0 comments on commit a73bde6

Please sign in to comment.