Skip to content
Snippets Groups Projects
Commit 1d5a804e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

They all need no cryptlib it seems

parent 8d6aed23
No related branches found
No related tags found
No related merge requests found
Pipeline #5674 failed
......@@ -9,7 +9,9 @@
#include <unistd.h>
#undef JAVASCRIPT
#undef USE_CRYPTLIB
#include "sbbs.h"
#define USE_CRYPTLIB
#include "chatfuncs.h"
#define PCHAT_LEN 1000
......
......@@ -4,7 +4,9 @@
#include <gtk/gtk.h>
#undef JAVASCRIPT
#undef USE_CRYPTLIB
#include "sbbs.h"
#define USE_CRYPTLIB
#include "chatfuncs.h"
#include "interface.h"
......
#include <gtk/gtk.h>
#undef JAVASCRIPT
#undef USE_CRYPTLIB
#include "sbbs.h"
#define USE_CRYPTLIB
#include "dirwrap.h"
#include "xpbeep.h"
#include "datewrap.h"
......
#include <gtk/gtk.h>
#undef JAVASCRIPT
#undef USE_CRYPTLIB
#include "sbbs.h"
#define USE_CRYPTLIB
#include "dirwrap.h"
#include "events.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment